#2D3406

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

Shades of Turtle Green #2D3406

Tints of Turtle Green #2D3406

Color information

#2D3406 (or 0x2D3406) is unknown color: approx Turtle Green. HEX triplet: 2D, 34 and 06. RGB value is (45,52,6). Sum of RGB (Red+Green+Blue) = 45+52+6=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3406 is #D2CBF9. Grayscale: #2C2C2C. Windows color (decimal): -13814778 or 406573. OLE color: 406573.

HSL color Cylindrical-coordinate representation of color #2D3406: hue angle of 69.13º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D3406 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB45526-
CMYK0.1300.880.80
HSL69.13º79.31%11.37%-
HSV(B)69.13º88.46%20.39%-
XYZ2.343.030.63-
YUV44.66106.18128.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 43.69%
GREEN value IS 52 (20.70% from 255) = 50.49%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=43.69%
G=50.49%
B=5.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal455260.1300.880.8069.1379.3111.37
Hex2D346D05850454fb
Octal5564615013012010511713
Binary1011011101001101101010110001010000100010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,52,6); }

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

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

 a { background-color: rgb(45,52,6); }

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

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

 span { border-color: rgb(45,52,6); }

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