Html Css Color HEX #1D7024 San Felix

📋 copy color: '#1D7024'

red 29 ◦ green 112 ◦ blue 36

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

Shades of San Felix #1D7024

Tints of San Felix #1D7024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 63.28%

 BLUE value IS 36 (14.45% from 255) = 20.34%

R = 16.38%
G = 63.28%
B = 20.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#1D7024 (or 0x1D7024) is known color: San Felix. HEX triplet: 1D, 70 and 24. RGB value is (29,112,36). Sum of RGB (Red+Green+Blue) = 29+112+36=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7024 is #E28FDB. Grayscale: #4E4E4E. Windows color (decimal): -14847964 or 2387997. OLE color: 2387997.

HSL color Cylindrical-coordinate representation of color #1D7024: hue angle of 125.06º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7024 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 112 36 -
CMYK 0.74 0 0.68 0.56
HSL 125.06º 0.59% 0.28% -
HSV(B) 125.06º 0.74% 0.44% -
XYZ 6.62 11.98 3.63 -
YUV 78.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 29 112 36 0.74 0 0.68 0.56 125.06 0.59 0.28
Hex 1D 70 24 4A 0 44 38 7D 3B 1C
Octal 35 160 44 112 0 104 70 175 73 34
Binary 11101 1110000 100100 1001010 0 1000100 111000 1111101 111011 11100

Color Harmonies of #1D7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7024

Black with #1D7024

Text Example


Text Example

White with #1D7024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,112,36); }

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

background-color css

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

 a { background-color: rgb(29,112,36); }

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

border-color css

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

 span { border-color: rgb(29,112,36); }

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