Html Css Color HEX #296930 San Felix

📋 copy color: '#296930'

red 41 ◦ green 105 ◦ blue 48

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

Shades of San Felix #296930

Tints of San Felix #296930

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.12%

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

R = 21.13%
G = 54.12%
B = 24.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#296930 (or 0x296930) is known color: San Felix. HEX triplet: 29, 69 and 30. RGB value is (41,105,48). Sum of RGB (Red+Green+Blue) = 41+105+48=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #296930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296930 is #D696CF. Grayscale: #4F4F4F. Windows color (decimal): -14063312 or 3172649. OLE color: 3172649.

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

Color convert

RGB 41 105 48 -
CMYK 0.61 0 0.54 0.59
HSL 126.56º 0.44% 0.29% -
HSV(B) 126.56º 0.61% 0.41% -
XYZ 6.5 10.79 4.54 -
YUV 79.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 41 105 48 0.61 0 0.54 0.59 126.56 0.44 0.29
Hex 29 69 30 3D 0 36 3B 7F 2C 1D
Octal 51 151 60 75 0 66 73 177 54 35
Binary 101001 1101001 110000 111101 0 110110 111011 1111111 101100 11101

Color Harmonies of #296930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296930

Black with #296930

Text Example


Text Example

White with #296930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296930; }

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

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

background-color css

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

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

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

border-color css

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

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

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