Html Css Color HEX #0A872B Forest Green

📋 copy color: '#0A872B'

red 10 ◦ green 135 ◦ blue 43

#0A872B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0A872B

Tints of Forest Green #0A872B

RGB

 RED value IS 10 (4.3% from 255) = 5.32%

 GREEN value IS 135 (53.13% from 255) = 71.81%

 BLUE value IS 43 (17.19% from 255) = 22.87%

R = 5.32%
G = 71.81%
B = 22.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A872B (or 0x0A872B) is known color: Forest Green. HEX triplet: 0A, 87 and 2B. RGB value is (10,135,43). Sum of RGB (Red+Green+Blue) = 10+135+43=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 135 (53.12% from 255 or 71.81% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 135 - color contains mainly: green. Hex color #0A872B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A872B is #F578D4. Grayscale: #575757. Windows color (decimal): -16087253 or 2852618. OLE color: 2852618.

HSL color Cylindrical-coordinate representation of color #0A872B: hue angle of 135.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A872B is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 135 43 -
CMYK 0.93 0 0.68 0.47
HSL 135.84º 0.86% 0.28% -
HSV(B) 135.84º 0.93% 0.53% -
XYZ 9.23 17.57 5.19 -
YUV 87.14 103.09 72.98 -
System Red Green Blue C M Y K H S L
Decimal 10 135 43 0.93 0 0.68 0.47 135.84 0.86 0.28
Hex A 87 2B 5D 0 44 2F 88 56 1C
Octal 12 207 53 135 0 104 57 210 126 34
Binary 1010 10000111 101011 1011101 0 1000100 101111 10001000 1010110 11100

Color Harmonies of #0A872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A872B

Black with #0A872B

Text Example


Text Example

White with #0A872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A872B; }

 p { color: rgb(10,135,43); }

 H1.HeaderClassName
 {
   color: #0A872B;
 }
 .AnyTagClassName
 {
   color: #0A872B;
 }
</style>

background-color css

<style>
 a { background-color: #0A872B; }

 a { background-color: rgb(10,135,43); }

 div.DivClassName
 {
   background-color: #0A872B;
 }
 .BgClassName
 {
   background-color: #0A872B;
 }
</style>

border-color css

<style>
 span { border-color: #0A872B; }

 span { border-color: rgb(10,135,43); }

 td.TdClassName
 {
   border-color: #0A872B;
 }
 .TagClassName
 {
   border-color: #0A872B;
 }
</style>