Html Css Color HEX #247330 San Felix

📋 copy color: '#247330'

red 36 ◦ green 115 ◦ blue 48

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

Shades of San Felix #247330

Tints of San Felix #247330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.79%

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 18.09%
G = 57.79%
B = 24.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#247330 (or 0x247330) is known color: San Felix. HEX triplet: 24, 73 and 30. RGB value is (36,115,48). Sum of RGB (Red+Green+Blue) = 36+115+48=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #247330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247330 is #DB8CCF. Grayscale: #535353. Windows color (decimal): -14388432 or 3175204. OLE color: 3175204.

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

Color convert

RGB 36 115 48 -
CMYK 0.69 0 0.58 0.55
HSL 129.11º 0.52% 0.3% -
HSV(B) 129.11º 0.69% 0.45% -
XYZ 7.39 12.85 4.89 -
YUV 83.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 36 115 48 0.69 0 0.58 0.55 129.11 0.52 0.3
Hex 24 73 30 45 0 3A 37 81 34 1E
Octal 44 163 60 105 0 72 67 201 64 36
Binary 100100 1110011 110000 1000101 0 111010 110111 10000001 110100 11110

Color Harmonies of #247330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247330

Black with #247330

Text Example


Text Example

White with #247330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247330; }

 p { color: rgb(36,115,48); }

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

background-color css

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

 a { background-color: rgb(36,115,48); }

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

border-color css

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

 span { border-color: rgb(36,115,48); }

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