#295802

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

Shades of Turtle Green #295802

Tints of Turtle Green #295802

Color information

#295802 (or 0x295802) is unknown color: approx Turtle Green. HEX triplet: 29, 58 and 02. RGB value is (41,88,2). Sum of RGB (Red+Green+Blue) = 41+88+2=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #295802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295802 is #D6A7FD. Grayscale: #404040. Windows color (decimal): -14067710 or 153641. OLE color: 153641.

HSL color Cylindrical-coordinate representation of color #295802: hue angle of 92.79º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #295802 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB41882-
CMYK0.5300.980.65
HSL92.79º95.56%17.65%-
HSV(B)92.79º97.73%34.51%-
XYZ4.427.461.26-
YUV64.1492.93111.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 88 (34.77% from 255) = 67.18%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=31.30%
G=67.18%
B=1.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal418820.5300.980.6592.7995.5617.65
Hex2958235062415d6012
Octal51130265014210113514022
Binary1010011011000101101010110001010000011011101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295802; }

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

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

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

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

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

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

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

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