#295F07

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

Shades of Myrtle #295F07

Tints of Myrtle #295F07

Color information

#295F07 (or 0x295F07) is unknown color: approx Myrtle. HEX triplet: 29, 5F and 07. RGB value is (41,95,7). Sum of RGB (Red+Green+Blue) = 41+95+7=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 95 (37.5% from 255 or 66.43% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 95 - color contains mainly: green. Hex color #295F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295F07 is #D6A0F8. Grayscale: #454545. Windows color (decimal): -14065913 or 483113. OLE color: 483113.

HSL color Cylindrical-coordinate representation of color #295F07: hue angle of 96.82º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #295F07 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.

Color convert

RGB41957-
CMYK0.5700.930.63
HSL96.82º86.27%20%-
HSV(B)96.82º92.63%37.25%-
XYZ5.058.671.61-
YUV68.8293.11108.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.67%
GREEN value IS 95 (37.5% from 255) = 66.43%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=28.67%
G=66.43%
B=4.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal419570.5700.930.6396.8286.2720
Hex295F73905D3F615614
Octal5113777101357714112624
Binary1010011011111111111001010111011111111100001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,95,7); }

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

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

 a { background-color: rgb(41,95,7); }

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

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

 span { border-color: rgb(41,95,7); }

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