Html Css Color HEX #247420 San Felix

📋 copy color: '#247420'

red 36 ◦ green 116 ◦ blue 32

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

Shades of San Felix #247420

Tints of San Felix #247420

RGB

 RED value IS 36 (14.45% from 255) = 19.57%

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

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 19.57%
G = 63.04%
B = 17.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#247420 (or 0x247420) is known color: San Felix. HEX triplet: 24, 74 and 20. RGB value is (36,116,32). Sum of RGB (Red+Green+Blue) = 36+116+32=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #247420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247420 is #DB8BDF. Grayscale: #525252. Windows color (decimal): -14388192 or 2126884. OLE color: 2126884.

HSL color Cylindrical-coordinate representation of color #247420: hue angle of 117.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247420 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 116 32 -
CMYK 0.69 0 0.72 0.55
HSL 117.14º 0.57% 0.29% -
HSV(B) 117.14º 0.72% 0.45% -
XYZ 7.23 12.97 3.49 -
YUV 82.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 36 116 32 0.69 0 0.72 0.55 117.14 0.57 0.29
Hex 24 74 20 45 0 48 37 75 39 1D
Octal 44 164 40 105 0 110 67 165 71 35
Binary 100100 1110100 100000 1000101 0 1001000 110111 1110101 111001 11101

Color Harmonies of #247420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247420

Black with #247420

Text Example


Text Example

White with #247420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247420; }

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

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

background-color css

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

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

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

border-color css

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

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

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