#295205

Color #295205 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #295205

Tints of Turtle Green #295205

Color information

#295205 (or 0x295205) is unknown color: approx Turtle Green. HEX triplet: 29, 52 and 05. RGB value is (41,82,5). Sum of RGB (Red+Green+Blue) = 41+82+5=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #295205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295205 is #D6ADFA. Grayscale: #3D3D3D. Windows color (decimal): -14069243 or 348713. OLE color: 348713.

HSL color Cylindrical-coordinate representation of color #295205: hue angle of 91.95º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #295205 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB41825-
CMYK0.5000.940.68
HSL91.95º88.51%17.06%-
HSV(B)91.95º93.9%32.16%-
XYZ3.966.521.19-
YUV60.9696.42113.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 82 (32.42% from 255) = 64.06%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=32.03%
G=64.06%
B=3.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal418250.5000.940.6891.9588.5117.06
Hex295253205E445c5911
Octal51122562013610413413121
Binary10100110100101011100100101111010001001011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295205; }

 p { color: rgb(41,82,5); }

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

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

 a { background-color: rgb(41,82,5); }

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

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

 span { border-color: rgb(41,82,5); }

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