Html Css Color HEX #247228 San Felix

📋 copy color: '#247228'

red 36 ◦ green 114 ◦ blue 40

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

Shades of San Felix #247228

Tints of San Felix #247228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60%

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

R = 18.95%
G = 60%
B = 21.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#247228 (or 0x247228) is known color: San Felix. HEX triplet: 24, 72 and 28. RGB value is (36,114,40). Sum of RGB (Red+Green+Blue) = 36+114+40=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #247228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247228 is #DB8DD7. Grayscale: #525252. Windows color (decimal): -14388696 or 2650660. OLE color: 2650660.

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

Color convert

RGB 36 114 40 -
CMYK 0.68 0 0.65 0.55
HSL 123.08º 0.52% 0.29% -
HSV(B) 123.08º 0.68% 0.45% -
XYZ 7.13 12.56 4.06 -
YUV 82.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 36 114 40 0.68 0 0.65 0.55 123.08 0.52 0.29
Hex 24 72 28 44 0 41 37 7B 34 1D
Octal 44 162 50 104 0 101 67 173 64 35
Binary 100100 1110010 101000 1000100 0 1000001 110111 1111011 110100 11101

Color Harmonies of #247228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247228

Black with #247228

Text Example


Text Example

White with #247228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247228; }

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

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

background-color css

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

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

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

border-color css

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

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

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