#295D02

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

Shades of Myrtle #295D02

Tints of Myrtle #295D02

Color information

#295D02 (or 0x295D02) is unknown color: approx Myrtle. HEX triplet: 29, 5D and 02. RGB value is (41,93,2). Sum of RGB (Red+Green+Blue) = 41+93+2=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 93 (36.72% from 255 or 68.38% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 93 - color contains mainly: green. Hex color #295D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295D02 is #D6A2FD. Grayscale: #434343. Windows color (decimal): -14066430 or 154921. OLE color: 154921.

HSL color Cylindrical-coordinate representation of color #295D02: hue angle of 94.29º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #295D02 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB41932-
CMYK0.5600.980.64
HSL94.29º95.79%18.63%-
HSV(B)94.29º97.85%36.47%-
XYZ4.848.31.41-
YUV67.0891.27109.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.15%
GREEN value IS 93 (36.72% from 255) = 68.38%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=30.15%
G=68.38%
B=1.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal419320.5600.980.6494.2995.7918.63
Hex295D238062405e6013
Octal51135270014210013614023
Binary1010011011101101110000110001010000001011110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,93,2); }

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

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

 a { background-color: rgb(41,93,2); }

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

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

 span { border-color: rgb(41,93,2); }

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