Html Css Color HEX #296E1F San Felix

📋 copy color: '#296E1F'

red 41 ◦ green 110 ◦ blue 31

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

Shades of San Felix #296E1F

Tints of San Felix #296E1F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 60.44%

 BLUE value IS 31 (12.5% from 255) = 17.03%

R = 22.53%
G = 60.44%
B = 17.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#296E1F (or 0x296E1F) is known color: San Felix. HEX triplet: 29, 6E and 1F. RGB value is (41,110,31). Sum of RGB (Red+Green+Blue) = 41+110+31=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 110 (43.36% from 255 or 60.44% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 110 - color contains mainly: green. Hex color #296E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296E1F is #D691E0. Grayscale: #505050. Windows color (decimal): -14062049 or 2059817. OLE color: 2059817.

HSL color Cylindrical-coordinate representation of color #296E1F: hue angle of 112.41º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296E1F is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 110 31 -
CMYK 0.63 0 0.72 0.57
HSL 112.41º 0.56% 0.28% -
HSV(B) 112.41º 0.72% 0.43% -
XYZ 6.74 11.72 3.2 -
YUV 80.36 100.14 99.92 -
System Red Green Blue C M Y K H S L
Decimal 41 110 31 0.63 0 0.72 0.57 112.41 0.56 0.28
Hex 29 6E 1F 3F 0 48 39 70 38 1C
Octal 51 156 37 77 0 110 71 160 70 34
Binary 101001 1101110 11111 111111 0 1001000 111001 1110000 111000 11100

Color Harmonies of #296E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E1F

Black with #296E1F

Text Example


Text Example

White with #296E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,110,31); }

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

background-color css

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

 a { background-color: rgb(41,110,31); }

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

border-color css

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

 span { border-color: rgb(41,110,31); }

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