Html Css Color HEX #247025 San Felix

📋 copy color: '#247025'

red 36 ◦ green 112 ◦ blue 37

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

Shades of San Felix #247025

Tints of San Felix #247025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20%

R = 19.46%
G = 60.54%
B = 20%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#247025 (or 0x247025) is known color: San Felix. HEX triplet: 24, 70 and 25. RGB value is (36,112,37). Sum of RGB (Red+Green+Blue) = 36+112+37=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #247025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247025 is #DB8FDA. Grayscale: #505050. Windows color (decimal): -14389211 or 2453540. OLE color: 2453540.

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

Color convert

RGB 36 112 37 -
CMYK 0.68 0 0.67 0.56
HSL 120.79º 0.51% 0.29% -
HSV(B) 120.79º 0.68% 0.44% -
XYZ 6.86 12.1 3.72 -
YUV 80.73 103.32 96.1 -
System Red Green Blue C M Y K H S L
Decimal 36 112 37 0.68 0 0.67 0.56 120.79 0.51 0.29
Hex 24 70 25 44 0 43 38 79 33 1D
Octal 44 160 45 104 0 103 70 171 63 35
Binary 100100 1110000 100101 1000100 0 1000011 111000 1111001 110011 11101

Color Harmonies of #247025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247025

Black with #247025

Text Example


Text Example

White with #247025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247025; }

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

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

background-color css

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

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

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

border-color css

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

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

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