Html Css Color HEX #295E21 San Felix

📋 copy color: '#295E21'

red 41 ◦ green 94 ◦ blue 33

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

Shades of San Felix #295E21

Tints of San Felix #295E21

RGB

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

 GREEN value IS 94 (37.11% from 255) = 55.95%

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 24.4%
G = 55.95%
B = 19.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#295E21 (or 0x295E21) is known color: San Felix. HEX triplet: 29, 5E and 21. RGB value is (41,94,33). Sum of RGB (Red+Green+Blue) = 41+94+33=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 94 (37.11% from 255 or 55.95% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 94 - color contains mainly: green. Hex color #295E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E21 is #D6A1DE. Grayscale: #474747. Windows color (decimal): -14066143 or 2186793. OLE color: 2186793.

HSL color Cylindrical-coordinate representation of color #295E21: hue angle of 112.13º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #295E21 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 94 33 -
CMYK 0.56 0 0.65 0.63
HSL 112.13º 0.48% 0.25% -
HSV(B) 112.13º 0.65% 0.37% -
XYZ 5.19 8.59 2.82 -
YUV 71.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 41 94 33 0.56 0 0.65 0.63 112.13 0.48 0.25
Hex 29 5E 21 38 0 41 3F 70 30 19
Octal 51 136 41 70 0 101 77 160 60 31
Binary 101001 1011110 100001 111000 0 1000001 111111 1110000 110000 11001

Color Harmonies of #295E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E21

Black with #295E21

Text Example


Text Example

White with #295E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295E21; }

 p { color: rgb(41,94,33); }

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

background-color css

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

 a { background-color: rgb(41,94,33); }

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

border-color css

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

 span { border-color: rgb(41,94,33); }

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