Html Css Color HEX #296325 San Felix

📋 copy color: '#296325'

red 41 ◦ green 99 ◦ blue 37

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

Shades of San Felix #296325

Tints of San Felix #296325

RGB

 RED value IS 41 (16.41% from 255) = 23.16%

 GREEN value IS 99 (39.06% from 255) = 55.93%

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

R = 23.16%
G = 55.93%
B = 20.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#296325 (or 0x296325) is known color: San Felix. HEX triplet: 29, 63 and 25. RGB value is (41,99,37). Sum of RGB (Red+Green+Blue) = 41+99+37=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #296325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296325 is #D69CDA. Grayscale: #4A4A4A. Windows color (decimal): -14064859 or 2450217. OLE color: 2450217.

HSL color Cylindrical-coordinate representation of color #296325: hue angle of 116.13º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296325 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 99 37 -
CMYK 0.59 0 0.63 0.61
HSL 116.13º 0.46% 0.27% -
HSV(B) 116.13º 0.63% 0.39% -
XYZ 5.71 9.53 3.29 -
YUV 74.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 41 99 37 0.59 0 0.63 0.61 116.13 0.46 0.27
Hex 29 63 25 3B 0 3F 3D 74 2E 1B
Octal 51 143 45 73 0 77 75 164 56 33
Binary 101001 1100011 100101 111011 0 111111 111101 1110100 101110 11011

Color Harmonies of #296325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296325

Black with #296325

Text Example


Text Example

White with #296325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296325; }

 p { color: rgb(41,99,37); }

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

background-color css

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

 a { background-color: rgb(41,99,37); }

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

border-color css

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

 span { border-color: rgb(41,99,37); }

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