#24702F

Color #24702F San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #24702F

Tints of San Felix #24702F

Color information

#24702F (or 0x24702F) is unknown color: approx San Felix. HEX triplet: 24, 70 and 2F. RGB value is (36,112,47). Sum of RGB (Red+Green+Blue) = 36+112+47=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #24702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24702F is #DB8FD0. Grayscale: #525252. Windows color (decimal): -14389201 or 3108900. OLE color: 3108900.

HSL color Cylindrical-coordinate representation of color #24702F: hue angle of 128.68º 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 #24702F is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB3611247-
CMYK0.6800.580.56
HSL128.68º51.35%29.02%-
HSV(B)128.68º67.86%43.92%-
XYZ7.0312.174.67-
YUV81.87108.3295.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=18.46%
G=57.44%
B=24.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36112470.6800.580.56128.6851.3529.02
Hex24702F4403A3881331d
Octal4416057104072702016335
Binary1001001110000101111100010001110101110001000000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24702F; }

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

 H1.HeaderClassName
 {
   color: #24702F;
 }
 .AnyTagClassName
 {
   color: #24702F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #24702F;
 }
 .BgClassName
 {
   background-color: #24702F;
 }
</style>
border-color css

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

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

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