#295C02

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

Shades of Myrtle #295C02

Tints of Myrtle #295C02

Color information

#295C02 (or 0x295C02) is unknown color: approx Myrtle. HEX triplet: 29, 5C and 02. RGB value is (41,92,2). Sum of RGB (Red+Green+Blue) = 41+92+2=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #295C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295C02 is #D6A3FD. Grayscale: #424242. Windows color (decimal): -14066686 or 154665. OLE color: 154665.

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

Color convert

RGB41922-
CMYK0.5500.980.64
HSL94º95.74%18.43%-
HSV(B)94º97.83%36.08%-
XYZ4.758.131.38-
YUV66.4991.6109.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 92 (36.33% from 255) = 68.15%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=30.37%
G=68.15%
B=1.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal419220.5500.980.649495.7418.43
Hex295C237062405e6012
Octal51134267014210013614022
Binary1010011011100101101110110001010000001011110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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