Html Css Color HEX #1D7424 San Felix

📋 copy color: '#1D7424'

red 29 ◦ green 116 ◦ blue 36

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

Shades of San Felix #1D7424

Tints of San Felix #1D7424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 64.09%

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

R = 16.02%
G = 64.09%
B = 19.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#1D7424 (or 0x1D7424) is known color: San Felix. HEX triplet: 1D, 74 and 24. RGB value is (29,116,36). Sum of RGB (Red+Green+Blue) = 29+116+36=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7424 is #E28BDB. Grayscale: #515151. Windows color (decimal): -14846940 or 2389021. OLE color: 2389021.

HSL color Cylindrical-coordinate representation of color #1D7424: hue angle of 124.83º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7424 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 116 36 -
CMYK 0.75 0 0.69 0.55
HSL 124.83º 0.6% 0.28% -
HSV(B) 124.83º 0.75% 0.45% -
XYZ 7.07 12.88 3.78 -
YUV 80.87 102.68 91 -
System Red Green Blue C M Y K H S L
Decimal 29 116 36 0.75 0 0.69 0.55 124.83 0.6 0.28
Hex 1D 74 24 4B 0 45 37 7D 3C 1C
Octal 35 164 44 113 0 105 67 175 74 34
Binary 11101 1110100 100100 1001011 0 1000101 110111 1111101 111100 11100

Color Harmonies of #1D7424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7424

Black with #1D7424

Text Example


Text Example

White with #1D7424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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