#295702

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

Shades of Turtle Green #295702

Tints of Turtle Green #295702

Color information

#295702 (or 0x295702) is unknown color: approx Turtle Green. HEX triplet: 29, 57 and 02. RGB value is (41,87,2). Sum of RGB (Red+Green+Blue) = 41+87+2=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #295702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295702 is #D6A8FD. Grayscale: #3F3F3F. Windows color (decimal): -14067966 or 153385. OLE color: 153385.

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

Color convert

RGB41872-
CMYK0.5300.980.66
HSL92.47º95.51%17.45%-
HSV(B)92.47º97.7%34.12%-
XYZ4.337.291.24-
YUV63.5693.26111.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 87 (34.38% from 255) = 66.92%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=31.54%
G=66.92%
B=1.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal418720.5300.980.6692.4795.5117.45
Hex2957235062425c6011
Octal51127265014210213414021
Binary1010011010111101101010110001010000101011100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295702; }

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

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

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

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

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

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

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

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