Html Css Color HEX #296630 San Felix

📋 copy color: '#296630'

red 41 ◦ green 102 ◦ blue 48

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

Shades of San Felix #296630

Tints of San Felix #296630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.13%

R = 21.47%
G = 53.4%
B = 25.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#296630 (or 0x296630) is known color: San Felix. HEX triplet: 29, 66 and 30. RGB value is (41,102,48). Sum of RGB (Red+Green+Blue) = 41+102+48=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #296630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296630 is #D699CF. Grayscale: #4D4D4D. Windows color (decimal): -14064080 or 3171881. OLE color: 3171881.

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

Color convert

RGB 41 102 48 -
CMYK 0.60 0 0.53 0.6
HSL 126.89º 0.43% 0.28% -
HSV(B) 126.89º 0.6% 0.4% -
XYZ 6.2 10.19 4.44 -
YUV 77.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 41 102 48 0.60 0 0.53 0.6 126.89 0.43 0.28
Hex 29 66 30 3C 0 35 3C 7F 2B 1C
Octal 51 146 60 74 0 65 74 177 53 34
Binary 101001 1100110 110000 111100 0 110101 111100 1111111 101011 11100

Color Harmonies of #296630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296630

Black with #296630

Text Example


Text Example

White with #296630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296630; }

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

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

background-color css

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

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

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

border-color css

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

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

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