#2D3809

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

Shades of Turtle Green #2D3809

Tints of Turtle Green #2D3809

Color information

#2D3809 (or 0x2D3809) is unknown color: approx Turtle Green. HEX triplet: 2D, 38 and 09. RGB value is (45,56,9). Sum of RGB (Red+Green+Blue) = 45+56+9=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3809 is #D2C7F6. Grayscale: #2F2F2F. Windows color (decimal): -13813751 or 604205. OLE color: 604205.

HSL color Cylindrical-coordinate representation of color #2D3809: hue angle of 74.04º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D3809 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB45569-
CMYK0.2000.840.78
HSL74.04º72.31%12.75%-
HSV(B)74.04º83.93%21.96%-
XYZ2.553.410.78-
YUV47.35106.36126.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.91%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=40.91%
G=50.91%
B=8.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal455690.2000.840.7874.0472.3112.75
Hex2D389140544E4a48d
Octal55701124012411611211015
Binary101101111000100110100010101001001110100101010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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