Html Css Color HEX #12871D Forest Green

📋 copy color: '#12871D'

red 18 ◦ green 135 ◦ blue 29

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

Shades of Forest Green #12871D

Tints of Forest Green #12871D

RGB

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

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

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

R = 9.89%
G = 74.18%
B = 15.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#12871D (or 0x12871D) is known color: Forest Green. HEX triplet: 12, 87 and 1D. RGB value is (18,135,29). Sum of RGB (Red+Green+Blue) = 18+135+29=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 135 (53.12% from 255 or 74.18% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 135 - color contains mainly: green. Hex color #12871D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12871D is #ED78E2. Grayscale: #585858. Windows color (decimal): -15562979 or 1935122. OLE color: 1935122.

HSL color Cylindrical-coordinate representation of color #12871D: hue angle of 125.64º 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 #12871D is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 29 -
CMYK 0.87 0 0.79 0.47
HSL 125.64º 0.76% 0.3% -
HSV(B) 125.64º 0.87% 0.53% -
XYZ 9.14 17.55 4.07 -
YUV 87.93 94.74 78.12 -
System Red Green Blue C M Y K H S L
Decimal 18 135 29 0.87 0 0.79 0.47 125.64 0.76 0.3
Hex 12 87 1D 57 0 4F 2F 7E 4C 1E
Octal 22 207 35 127 0 117 57 176 114 36
Binary 10010 10000111 11101 1010111 0 1001111 101111 1111110 1001100 11110

Color Harmonies of #12871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12871D

Black with #12871D

Text Example


Text Example

White with #12871D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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