Html Css Color HEX #12811B Forest Green

📋 copy color: '#12811B'

red 18 ◦ green 129 ◦ blue 27

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

Shades of Forest Green #12811B

Tints of Forest Green #12811B

RGB

 RED value IS 18 (7.42% from 255) = 10.34%

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

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 10.34%
G = 74.14%
B = 15.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#12811B (or 0x12811B) is known color: Forest Green. HEX triplet: 12, 81 and 1B. RGB value is (18,129,27). Sum of RGB (Red+Green+Blue) = 18+129+27=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 129 (50.78% from 255 or 74.14% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 129 - color contains mainly: green. Hex color #12811B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12811B is #ED7EE4. Grayscale: #545454. Windows color (decimal): -15564517 or 1802514. OLE color: 1802514.

HSL color Cylindrical-coordinate representation of color #12811B: hue angle of 124.86º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12811B is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 27 -
CMYK 0.86 0 0.79 0.49
HSL 124.86º 0.76% 0.29% -
HSV(B) 124.86º 0.86% 0.51% -
XYZ 8.3 15.91 3.67 -
YUV 84.18 95.73 80.79 -
System Red Green Blue C M Y K H S L
Decimal 18 129 27 0.86 0 0.79 0.49 124.86 0.76 0.29
Hex 12 81 1B 56 0 4F 31 7D 4C 1D
Octal 22 201 33 126 0 117 61 175 114 35
Binary 10010 10000001 11011 1010110 0 1001111 110001 1111101 1001100 11101

Color Harmonies of #12811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12811B

Black with #12811B

Text Example


Text Example

White with #12811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12811B; }

 p { color: rgb(18,129,27); }

 H1.HeaderClassName
 {
   color: #12811B;
 }
 .AnyTagClassName
 {
   color: #12811B;
 }
</style>

background-color css

<style>
 a { background-color: #12811B; }

 a { background-color: rgb(18,129,27); }

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

border-color css

<style>
 span { border-color: #12811B; }

 span { border-color: rgb(18,129,27); }

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