Html Css Color HEX #12871B Forest Green

📋 copy color: '#12871B'

red 18 ◦ green 135 ◦ blue 27

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

Shades of Forest Green #12871B

Tints of Forest Green #12871B

RGB

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

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

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

R = 10%
G = 75%
B = 15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#12871B (or 0x12871B) is known color: Forest Green. HEX triplet: 12, 87 and 1B. RGB value is (18,135,27). Sum of RGB (Red+Green+Blue) = 18+135+27=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 135 (53.12% from 255 or 75% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 135 - color contains mainly: green. Hex color #12871B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12871B is #ED78E4. Grayscale: #585858. Windows color (decimal): -15562981 or 1804050. OLE color: 1804050.

HSL color Cylindrical-coordinate representation of color #12871B: hue angle of 124.62º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12871B is Cyan = 0.87, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 27 -
CMYK 0.87 0 0.8 0.47
HSL 124.62º 0.76% 0.3% -
HSV(B) 124.62º 0.87% 0.53% -
XYZ 9.11 17.54 3.94 -
YUV 87.71 93.74 78.28 -
System Red Green Blue C M Y K H S L
Decimal 18 135 27 0.87 0 0.8 0.47 124.62 0.76 0.3
Hex 12 87 1B 57 0 50 2F 7D 4C 1E
Octal 22 207 33 127 0 120 57 175 114 36
Binary 10010 10000111 11011 1010111 0 1010000 101111 1111101 1001100 11110

Color Harmonies of #12871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12871B

Black with #12871B

Text Example


Text Example

White with #12871B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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