Html Css Color HEX #296F1F San Felix

📋 copy color: '#296F1F'

red 41 ◦ green 111 ◦ blue 31

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

Shades of San Felix #296F1F

Tints of San Felix #296F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60.66%

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

R = 22.4%
G = 60.66%
B = 16.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#296F1F (or 0x296F1F) is known color: San Felix. HEX triplet: 29, 6F and 1F. RGB value is (41,111,31). Sum of RGB (Red+Green+Blue) = 41+111+31=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #296F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296F1F is #D690E0. Grayscale: #515151. Windows color (decimal): -14061793 or 2060073. OLE color: 2060073.

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

Color convert

RGB 41 111 31 -
CMYK 0.63 0 0.72 0.56
HSL 112.5º 0.56% 0.28% -
HSV(B) 112.5º 0.72% 0.44% -
XYZ 6.85 11.94 3.24 -
YUV 80.95 99.81 99.5 -
System Red Green Blue C M Y K H S L
Decimal 41 111 31 0.63 0 0.72 0.56 112.5 0.56 0.28
Hex 29 6F 1F 3F 0 48 38 70 38 1C
Octal 51 157 37 77 0 110 70 160 70 34
Binary 101001 1101111 11111 111111 0 1001000 111000 1110000 111000 11100

Color Harmonies of #296F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F1F

Black with #296F1F

Text Example


Text Example

White with #296F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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