#295803

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

Shades of Turtle Green #295803

Tints of Turtle Green #295803

Color information

#295803 (or 0x295803) is unknown color: approx Turtle Green. HEX triplet: 29, 58 and 03. RGB value is (41,88,3). Sum of RGB (Red+Green+Blue) = 41+88+3=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #295803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295803 is #D6A7FC. Grayscale: #404040. Windows color (decimal): -14067709 or 219177. OLE color: 219177.

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

Color convert

RGB41883-
CMYK0.5300.970.65
HSL93.18º93.41%17.84%-
HSV(B)93.18º96.59%34.51%-
XYZ4.427.461.29-
YUV64.2693.43111.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 88 (34.77% from 255) = 66.67%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=31.06%
G=66.67%
B=2.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal418830.5300.970.6593.1893.4117.84
Hex2958335061415d5d12
Octal51130365014110113513522
Binary1010011011000111101010110000110000011011101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295803; }

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

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

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

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

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

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

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

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