Html Css Color HEX #296025 San Felix

📋 copy color: '#296025'

red 41 ◦ green 96 ◦ blue 37

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

Shades of San Felix #296025

Tints of San Felix #296025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.17%

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

R = 23.56%
G = 55.17%
B = 21.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#296025 (or 0x296025) is known color: San Felix. HEX triplet: 29, 60 and 25. RGB value is (41,96,37). Sum of RGB (Red+Green+Blue) = 41+96+37=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #296025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296025 is #D69FDA. Grayscale: #494949. Windows color (decimal): -14065627 or 2449449. OLE color: 2449449.

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

Color convert

RGB 41 96 37 -
CMYK 0.57 0 0.61 0.62
HSL 115.93º 0.44% 0.26% -
HSV(B) 115.93º 0.61% 0.38% -
XYZ 5.43 8.97 3.2 -
YUV 72.83 107.78 105.3 -
System Red Green Blue C M Y K H S L
Decimal 41 96 37 0.57 0 0.61 0.62 115.93 0.44 0.26
Hex 29 60 25 39 0 3D 3E 74 2C 1A
Octal 51 140 45 71 0 75 76 164 54 32
Binary 101001 1100000 100101 111001 0 111101 111110 1110100 101100 11010

Color Harmonies of #296025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296025

Black with #296025

Text Example


Text Example

White with #296025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296025; }

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

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

background-color css

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

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

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

border-color css

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

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

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