Html Css Color HEX #296625 San Felix

📋 copy color: '#296625'

red 41 ◦ green 102 ◦ blue 37

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

Shades of San Felix #296625

Tints of San Felix #296625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.67%

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

R = 22.78%
G = 56.67%
B = 20.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#296625 (or 0x296625) is known color: San Felix. HEX triplet: 29, 66 and 25. RGB value is (41,102,37). Sum of RGB (Red+Green+Blue) = 41+102+37=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #296625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296625 is #D699DA. Grayscale: #4C4C4C. Windows color (decimal): -14064091 or 2450985. OLE color: 2450985.

HSL color Cylindrical-coordinate representation of color #296625: hue angle of 116.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296625 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 102 37 -
CMYK 0.60 0 0.64 0.6
HSL 116.31º 0.47% 0.27% -
HSV(B) 116.31º 0.64% 0.4% -
XYZ 6 10.11 3.39 -
YUV 76.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 41 102 37 0.60 0 0.64 0.6 116.31 0.47 0.27
Hex 29 66 25 3C 0 40 3C 74 2F 1B
Octal 51 146 45 74 0 100 74 164 57 33
Binary 101001 1100110 100101 111100 0 1000000 111100 1110100 101111 11011

Color Harmonies of #296625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296625

Black with #296625

Text Example


Text Example

White with #296625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296625; }

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

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

background-color css

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

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

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

border-color css

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

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

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