#295B02

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

Shades of Myrtle #295B02

Tints of Myrtle #295B02

Color information

#295B02 (or 0x295B02) is unknown color: approx Myrtle. HEX triplet: 29, 5B and 02. RGB value is (41,91,2). Sum of RGB (Red+Green+Blue) = 41+91+2=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 91 (35.94% from 255 or 67.91% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 91 - color contains mainly: green. Hex color #295B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295B02 is #D6A4FD. Grayscale: #424242. Windows color (decimal): -14066942 or 154409. OLE color: 154409.

HSL color Cylindrical-coordinate representation of color #295B02: hue angle of 93.71º 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 #295B02 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB41912-
CMYK0.5500.980.64
HSL93.71º95.7%18.24%-
HSV(B)93.71º97.8%35.69%-
XYZ4.677.961.35-
YUV65.991.94110.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 91 (35.94% from 255) = 67.91%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=30.60%
G=67.91%
B=1.49%

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
Decimal419120.5500.980.6493.7195.718.24
Hex295B237062405e6012
Octal51133267014210013614022
Binary1010011011011101101110110001010000001011110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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