Html Css Color HEX #245F23 San Felix

📋 copy color: '#245F23'

red 36 ◦ green 95 ◦ blue 35

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

Shades of San Felix #245F23

Tints of San Felix #245F23

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.23%

 BLUE value IS 35 (14.06% from 255) = 21.08%

R = 21.69%
G = 57.23%
B = 21.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#245F23 (or 0x245F23) is known color: San Felix. HEX triplet: 24, 5F and 23. RGB value is (36,95,35). Sum of RGB (Red+Green+Blue) = 36+95+35=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #245F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F23 is #DBA0DC. Grayscale: #464646. Windows color (decimal): -14393565 or 2318116. OLE color: 2318116.

HSL color Cylindrical-coordinate representation of color #245F23: hue angle of 119º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #245F23 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 95 35 -
CMYK 0.62 0 0.63 0.63
HSL 119º 0.46% 0.25% -
HSV(B) 119º 0.63% 0.37% -
XYZ 5.12 8.68 3 -
YUV 70.52 107.95 103.38 -
System Red Green Blue C M Y K H S L
Decimal 36 95 35 0.62 0 0.63 0.63 119 0.46 0.25
Hex 24 5F 23 3E 0 3F 3F 77 2E 19
Octal 44 137 43 76 0 77 77 167 56 31
Binary 100100 1011111 100011 111110 0 111111 111111 1110111 101110 11001

Color Harmonies of #245F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F23

Black with #245F23

Text Example


Text Example

White with #245F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245F23; }

 p { color: rgb(36,95,35); }

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

background-color css

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

 a { background-color: rgb(36,95,35); }

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

border-color css

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

 span { border-color: rgb(36,95,35); }

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