Html Css Color HEX #247028 San Felix

📋 copy color: '#247028'

red 36 ◦ green 112 ◦ blue 40

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

Shades of San Felix #247028

Tints of San Felix #247028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 19.15%
G = 59.57%
B = 21.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#247028 (or 0x247028) is known color: San Felix. HEX triplet: 24, 70 and 28. RGB value is (36,112,40). Sum of RGB (Red+Green+Blue) = 36+112+40=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #247028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247028 is #DB8FD7. Grayscale: #515151. Windows color (decimal): -14389208 or 2650148. OLE color: 2650148.

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

Color convert

RGB 36 112 40 -
CMYK 0.68 0 0.64 0.56
HSL 123.16º 0.51% 0.29% -
HSV(B) 123.16º 0.68% 0.44% -
XYZ 6.9 12.12 3.98 -
YUV 81.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 36 112 40 0.68 0 0.64 0.56 123.16 0.51 0.29
Hex 24 70 28 44 0 40 38 7B 33 1D
Octal 44 160 50 104 0 100 70 173 63 35
Binary 100100 1110000 101000 1000100 0 1000000 111000 1111011 110011 11101

Color Harmonies of #247028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247028

Black with #247028

Text Example


Text Example

White with #247028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247028; }

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

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

background-color css

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

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

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

border-color css

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

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

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