Html Css Color HEX #296D2F San Felix

📋 copy color: '#296D2F'

red 41 ◦ green 109 ◦ blue 47

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

Shades of San Felix #296D2F

Tints of San Felix #296D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.33%

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 20.81%
G = 55.33%
B = 23.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#296D2F (or 0x296D2F) is known color: San Felix. HEX triplet: 29, 6D and 2F. RGB value is (41,109,47). Sum of RGB (Red+Green+Blue) = 41+109+47=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 109 (42.97% from 255 or 55.33% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 109 - color contains mainly: green. Hex color #296D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296D2F is #D692D0. Grayscale: #515151. Windows color (decimal): -14062289 or 3108137. OLE color: 3108137.

HSL color Cylindrical-coordinate representation of color #296D2F: hue angle of 125.29º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D2F is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 109 47 -
CMYK 0.62 0 0.57 0.57
HSL 125.29º 0.45% 0.29% -
HSV(B) 125.29º 0.62% 0.43% -
XYZ 6.9 11.61 4.57 -
YUV 81.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 41 109 47 0.62 0 0.57 0.57 125.29 0.45 0.29
Hex 29 6D 2F 3E 0 39 39 7D 2D 1D
Octal 51 155 57 76 0 71 71 175 55 35
Binary 101001 1101101 101111 111110 0 111001 111001 1111101 101101 11101

Color Harmonies of #296D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D2F

Black with #296D2F

Text Example


Text Example

White with #296D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296D2F; }

 p { color: rgb(41,109,47); }

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

background-color css

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

 a { background-color: rgb(41,109,47); }

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

border-color css

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

 span { border-color: rgb(41,109,47); }

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