Html Css Color HEX #1D9212 Forest Green

📋 copy color: '#1D9212'

red 29 ◦ green 146 ◦ blue 18

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

Shades of Forest Green #1D9212

Tints of Forest Green #1D9212

RGB

 RED value IS 29 (11.72% from 255) = 15.03%

 GREEN value IS 146 (57.42% from 255) = 75.65%

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 15.03%
G = 75.65%
B = 9.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#1D9212 (or 0x1D9212) is known color: Forest Green. HEX triplet: 1D, 92 and 12. RGB value is (29,146,18). Sum of RGB (Red+Green+Blue) = 29+146+18=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 146 (57.42% from 255 or 75.65% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 146 - color contains mainly: green. Hex color #1D9212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9212 is #E26DED. Grayscale: #606060. Windows color (decimal): -14839278 or 1217053. OLE color: 1217053.

HSL color Cylindrical-coordinate representation of color #1D9212: hue angle of 114.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D9212 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 146 18 -
CMYK 0.80 0 0.88 0.43
HSL 114.84º 0.78% 0.32% -
HSV(B) 114.84º 0.88% 0.57% -
XYZ 10.89 20.86 4.02 -
YUV 96.43 83.74 79.91 -
System Red Green Blue C M Y K H S L
Decimal 29 146 18 0.80 0 0.88 0.43 114.84 0.78 0.32
Hex 1D 92 12 50 0 58 2B 73 4E 20
Octal 35 222 22 120 0 130 53 163 116 40
Binary 11101 10010010 10010 1010000 0 1011000 101011 1110011 1001110 100000

Color Harmonies of #1D9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9212

Black with #1D9212

Text Example


Text Example

White with #1D9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D9212; }

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

 H1.HeaderClassName
 {
   color: #1D9212;
 }
 .AnyTagClassName
 {
   color: #1D9212;
 }
</style>

background-color css

<style>
 a { background-color: #1D9212; }

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

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

border-color css

<style>
 span { border-color: #1D9212; }

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

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