Html Css Color HEX #296D2D San Felix

📋 copy color: '#296D2D'

red 41 ◦ green 109 ◦ blue 45

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

Shades of San Felix #296D2D

Tints of San Felix #296D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 21.03%
G = 55.9%
B = 23.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#296D2D (or 0x296D2D) is known color: San Felix. HEX triplet: 29, 6D and 2D. RGB value is (41,109,45). Sum of RGB (Red+Green+Blue) = 41+109+45=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #296D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296D2D is #D692D2. Grayscale: #515151. Windows color (decimal): -14062291 or 2977065. OLE color: 2977065.

HSL color Cylindrical-coordinate representation of color #296D2D: hue angle of 123.53º 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 #296D2D is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 109 45 -
CMYK 0.62 0 0.59 0.57
HSL 123.53º 0.45% 0.29% -
HSV(B) 123.53º 0.62% 0.43% -
XYZ 6.86 11.6 4.36 -
YUV 81.37 107.47 99.2 -
System Red Green Blue C M Y K H S L
Decimal 41 109 45 0.62 0 0.59 0.57 123.53 0.45 0.29
Hex 29 6D 2D 3E 0 3B 39 7C 2D 1D
Octal 51 155 55 76 0 73 71 174 55 35
Binary 101001 1101101 101101 111110 0 111011 111001 1111100 101101 11101

Color Harmonies of #296D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D2D

Black with #296D2D

Text Example


Text Example

White with #296D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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