#295C21

Color #295C21 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #295C21

Tints of Myrtle #295C21

Color information

#295C21 (or 0x295C21) is unknown color: approx Myrtle. HEX triplet: 29, 5C and 21. RGB value is (41,92,33). Sum of RGB (Red+Green+Blue) = 41+92+33=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #295C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C21 is #D6A3DE. Grayscale: #464646. Windows color (decimal): -14066655 or 2186281. OLE color: 2186281.

HSL color Cylindrical-coordinate representation of color #295C21: hue angle of 111.86º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295C21 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB419233-
CMYK0.5500.640.64
HSL111.86º47.2%24.51%-
HSV(B)111.86º64.13%36.08%-
XYZ5.028.242.76-
YUV70.03107.1107.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=24.70%
G=55.42%
B=19.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4192330.5500.640.64111.8647.224.51
Hex295C213704040702f19
Octal51134416701001001605731
Binary1010011011100100001110111010000001000000111000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #295C21;
 }
 .AnyTagClassName
 {
   color: #295C21;
 }
</style>
background-color css

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

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

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

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

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

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