#295108

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

Shades of Turtle Green #295108

Tints of Turtle Green #295108

Color information

#295108 (or 0x295108) is unknown color: approx Turtle Green. HEX triplet: 29, 51 and 08. RGB value is (41,81,8). Sum of RGB (Red+Green+Blue) = 41+81+8=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #295108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295108 is #D6AEF7. Grayscale: #3C3C3C. Windows color (decimal): -14069496 or 545065. OLE color: 545065.

HSL color Cylindrical-coordinate representation of color #295108: hue angle of 92.88º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #295108 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB41818-
CMYK0.4900.900.68
HSL92.88º82.02%17.45%-
HSV(B)92.88º90.12%31.76%-
XYZ3.96.371.25-
YUV60.7298.25113.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 81 (32.03% from 255) = 62.31%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=31.54%
G=62.31%
B=6.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal418180.4900.900.6892.8882.0217.45
Hex295183105A445d5211
Octal511211061013210413512221
Binary101001101000110001100010101101010001001011101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295108; }

 p { color: rgb(41,81,8); }

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

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

 a { background-color: rgb(41,81,8); }

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

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

 span { border-color: rgb(41,81,8); }

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