Html Css Color HEX #296225 San Felix

📋 copy color: '#296225'

red 41 ◦ green 98 ◦ blue 37

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

Shades of San Felix #296225

Tints of San Felix #296225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.68%

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

R = 23.3%
G = 55.68%
B = 21.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#296225 (or 0x296225) is known color: San Felix. HEX triplet: 29, 62 and 25. RGB value is (41,98,37). Sum of RGB (Red+Green+Blue) = 41+98+37=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #296225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296225 is #D69DDA. Grayscale: #4A4A4A. Windows color (decimal): -14065115 or 2449961. OLE color: 2449961.

HSL color Cylindrical-coordinate representation of color #296225: hue angle of 116.07º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296225 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 98 37 -
CMYK 0.58 0 0.62 0.62
HSL 116.07º 0.45% 0.26% -
HSV(B) 116.07º 0.62% 0.38% -
XYZ 5.62 9.34 3.26 -
YUV 74 107.12 104.46 -
System Red Green Blue C M Y K H S L
Decimal 41 98 37 0.58 0 0.62 0.62 116.07 0.45 0.26
Hex 29 62 25 3A 0 3E 3E 74 2D 1A
Octal 51 142 45 72 0 76 76 164 55 32
Binary 101001 1100010 100101 111010 0 111110 111110 1110100 101101 11010

Color Harmonies of #296225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296225

Black with #296225

Text Example


Text Example

White with #296225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296225; }

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

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

background-color css

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

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

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

border-color css

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

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

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