Html Css Color HEX #296825 San Felix

📋 copy color: '#296825'

red 41 ◦ green 104 ◦ blue 37

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

Shades of San Felix #296825

Tints of San Felix #296825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.14%

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

R = 22.53%
G = 57.14%
B = 20.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#296825 (or 0x296825) is known color: San Felix. HEX triplet: 29, 68 and 25. RGB value is (41,104,37). Sum of RGB (Red+Green+Blue) = 41+104+37=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #296825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296825 is #D697DA. Grayscale: #4D4D4D. Windows color (decimal): -14063579 or 2451497. OLE color: 2451497.

HSL color Cylindrical-coordinate representation of color #296825: hue angle of 116.42º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296825 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 104 37 -
CMYK 0.61 0 0.64 0.59
HSL 116.42º 0.48% 0.28% -
HSV(B) 116.42º 0.64% 0.41% -
XYZ 6.2 10.51 3.45 -
YUV 77.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 41 104 37 0.61 0 0.64 0.59 116.42 0.48 0.28
Hex 29 68 25 3D 0 40 3B 74 30 1C
Octal 51 150 45 75 0 100 73 164 60 34
Binary 101001 1101000 100101 111101 0 1000000 111011 1110100 110000 11100

Color Harmonies of #296825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296825

Black with #296825

Text Example


Text Example

White with #296825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296825; }

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

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

background-color css

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

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

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

border-color css

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

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

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