#295B08

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

Shades of Myrtle #295B08

Tints of Myrtle #295B08

Color information

#295B08 (or 0x295B08) is unknown color: approx Myrtle. HEX triplet: 29, 5B and 08. RGB value is (41,91,8). Sum of RGB (Red+Green+Blue) = 41+91+8=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 91 (35.94% from 255 or 65% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 91 - color contains mainly: green. Hex color #295B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295B08 is #D6A4F7. Grayscale: #424242. Windows color (decimal): -14066936 or 547625. OLE color: 547625.

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

Color convert

RGB41918-
CMYK0.5500.910.64
HSL96.14º83.84%19.41%-
HSV(B)96.14º91.21%35.69%-
XYZ4.77.971.52-
YUV66.5994.94109.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 91 (35.94% from 255) = 65%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=29.29%
G=65%
B=5.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal419180.5500.910.6496.1483.8419.41
Hex295B83705B40605413
Octal511331067013310014012423
Binary101001101101110001101110101101110000001100000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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