Html Css Color HEX #247020 San Felix

📋 copy color: '#247020'

red 36 ◦ green 112 ◦ blue 32

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

Shades of San Felix #247020

Tints of San Felix #247020

RGB

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

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

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

R = 20%
G = 62.22%
B = 17.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#247020 (or 0x247020) is known color: San Felix. HEX triplet: 24, 70 and 20. RGB value is (36,112,32). Sum of RGB (Red+Green+Blue) = 36+112+32=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #247020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247020 is #DB8FDF. Grayscale: #505050. Windows color (decimal): -14389216 or 2125860. OLE color: 2125860.

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

Color convert

RGB 36 112 32 -
CMYK 0.68 0 0.71 0.56
HSL 117º 0.56% 0.28% -
HSV(B) 117º 0.71% 0.44% -
XYZ 6.78 12.07 3.34 -
YUV 80.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 36 112 32 0.68 0 0.71 0.56 117 0.56 0.28
Hex 24 70 20 44 0 47 38 75 38 1C
Octal 44 160 40 104 0 107 70 165 70 34
Binary 100100 1110000 100000 1000100 0 1000111 111000 1110101 111000 11100

Color Harmonies of #247020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247020

Black with #247020

Text Example


Text Example

White with #247020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247020; }

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

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

background-color css

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

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

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

border-color css

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

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

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