Html Css Color HEX #1DAF12 Forest Green

📋 copy color: '#1DAF12'

red 29 ◦ green 175 ◦ blue 18

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

Shades of Forest Green #1DAF12

Tints of Forest Green #1DAF12

RGB

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

 GREEN value IS 175 (68.75% from 255) = 78.83%

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

R = 13.06%
G = 78.83%
B = 8.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#1DAF12 (or 0x1DAF12) is known color: Forest Green. HEX triplet: 1D, AF and 12. RGB value is (29,175,18). Sum of RGB (Red+Green+Blue) = 29+175+18=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 175 (68.75% from 255 or 78.83% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF12 is #E250ED. Grayscale: #717171. Windows color (decimal): -14831854 or 1224477. OLE color: 1224477.

HSL color Cylindrical-coordinate representation of color #1DAF12: hue angle of 115.8º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DAF12 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 175 18 -
CMYK 0.83 0 0.90 0.31
HSL 115.8º 0.81% 0.38% -
HSV(B) 115.8º 0.9% 0.69% -
XYZ 15.95 30.96 5.71 -
YUV 113.45 74.13 67.77 -
System Red Green Blue C M Y K H S L
Decimal 29 175 18 0.83 0 0.90 0.31 115.8 0.81 0.38
Hex 1D AF 12 53 0 5A 1F 74 51 26
Octal 35 257 22 123 0 132 37 164 121 46
Binary 11101 10101111 10010 1010011 0 1011010 11111 1110100 1010001 100110

Color Harmonies of #1DAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAF12

Black with #1DAF12

Text Example


Text Example

White with #1DAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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