Html Css Color HEX #0A811D Forest Green

📋 copy color: '#0A811D'

red 10 ◦ green 129 ◦ blue 29

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

Shades of Forest Green #0A811D

Tints of Forest Green #0A811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 76.79%

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 5.95%
G = 76.79%
B = 17.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#0A811D (or 0x0A811D) is known color: Forest Green. HEX triplet: 0A, 81 and 1D. RGB value is (10,129,29). Sum of RGB (Red+Green+Blue) = 10+129+29=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 129 (50.78% from 255 or 76.79% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 129 - color contains mainly: green. Hex color #0A811D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A811D is #F57EE2. Grayscale: #525252. Windows color (decimal): -16088803 or 1933578. OLE color: 1933578.

HSL color Cylindrical-coordinate representation of color #0A811D: hue angle of 129.58º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A811D is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 129 29 -
CMYK 0.92 0 0.78 0.49
HSL 129.58º 0.86% 0.27% -
HSV(B) 129.58º 0.92% 0.51% -
XYZ 8.2 15.85 3.79 -
YUV 82.02 98.08 76.63 -
System Red Green Blue C M Y K H S L
Decimal 10 129 29 0.92 0 0.78 0.49 129.58 0.86 0.27
Hex A 81 1D 5C 0 4E 31 82 56 1B
Octal 12 201 35 134 0 116 61 202 126 33
Binary 1010 10000001 11101 1011100 0 1001110 110001 10000010 1010110 11011

Color Harmonies of #0A811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A811D

Black with #0A811D

Text Example


Text Example

White with #0A811D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,129,29); }

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

background-color css

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

 a { background-color: rgb(10,129,29); }

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

border-color css

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

 span { border-color: rgb(10,129,29); }

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