#295204

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

Shades of Turtle Green #295204

Tints of Turtle Green #295204

Color information

#295204 (or 0x295204) is unknown color: approx Turtle Green. HEX triplet: 29, 52 and 04. RGB value is (41,82,4). Sum of RGB (Red+Green+Blue) = 41+82+4=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #295204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295204 is #D6ADFB. Grayscale: #3D3D3D. Windows color (decimal): -14069244 or 283177. OLE color: 283177.

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

Color convert

RGB41824-
CMYK0.5000.950.68
HSL91.54º90.7%16.86%-
HSV(B)91.54º95.12%32.16%-
XYZ3.956.511.16-
YUV60.8595.92113.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 82 (32.42% from 255) = 64.57%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=32.28%
G=64.57%
B=3.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal418240.5000.950.6891.5490.716.86
Hex295243205F445c5b11
Octal51122462013710413413321
Binary10100110100101001100100101111110001001011100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295204; }

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

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

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

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

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

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

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

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