#295703

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

Shades of Turtle Green #295703

Tints of Turtle Green #295703

Color information

#295703 (or 0x295703) is unknown color: approx Turtle Green. HEX triplet: 29, 57 and 03. RGB value is (41,87,3). Sum of RGB (Red+Green+Blue) = 41+87+3=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 87 (34.38% from 255 or 66.41% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 87 - color contains mainly: green. Hex color #295703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295703 is #D6A8FC. Grayscale: #3F3F3F. Windows color (decimal): -14067965 or 218921. OLE color: 218921.

HSL color Cylindrical-coordinate representation of color #295703: hue angle of 92.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #295703 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB41873-
CMYK0.5300.970.66
HSL92.86º93.33%17.65%-
HSV(B)92.86º96.55%34.12%-
XYZ4.347.291.27-
YUV63.6793.76111.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 87 (34.38% from 255) = 66.41%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=31.30%
G=66.41%
B=2.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal418730.5300.970.6692.8693.3317.65
Hex2957335061425d5d12
Octal51127365014110213513522
Binary1010011010111111101010110000110000101011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295703; }

 p { color: rgb(41,87,3); }

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

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

 a { background-color: rgb(41,87,3); }

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

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

 span { border-color: rgb(41,87,3); }

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