#2D4009

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

Shades of Turtle Green #2D4009

Tints of Turtle Green #2D4009

Color information

#2D4009 (or 0x2D4009) is unknown color: approx Turtle Green. HEX triplet: 2D, 40 and 09. RGB value is (45,64,9). Sum of RGB (Red+Green+Blue) = 45+64+9=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4009 is #D2BFF6. Grayscale: #343434. Windows color (decimal): -13811703 or 606253. OLE color: 606253.

HSL color Cylindrical-coordinate representation of color #2D4009: hue angle of 80.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D4009 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB45649-
CMYK0.3000.860.75
HSL80.73º75.34%14.31%-
HSV(B)80.73º85.94%25.1%-
XYZ2.964.240.92-
YUV52.05103.71122.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 38.14%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=38.14%
G=54.24%
B=7.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal456490.3000.860.7580.7375.3414.31
Hex2D4091E0564B514be
Octal551001136012611312111316
Binary1011011000000100111110010101101001011101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D4009; }

 p { color: rgb(45,64,9); }

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

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

 a { background-color: rgb(45,64,9); }

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

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

 span { border-color: rgb(45,64,9); }

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