#2D3405

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

Shades of Turtle Green #2D3405

Tints of Turtle Green #2D3405

Color information

#2D3405 (or 0x2D3405) is unknown color: approx Turtle Green. HEX triplet: 2D, 34 and 05. RGB value is (45,52,5). Sum of RGB (Red+Green+Blue) = 45+52+5=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3405 is #D2CBFA. Grayscale: #2C2C2C. Windows color (decimal): -13814779 or 341037. OLE color: 341037.

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

Color convert

RGB45525-
CMYK0.1300.900.80
HSL68.94º82.46%11.18%-
HSV(B)68.94º90.38%20.39%-
XYZ2.343.020.6-
YUV44.55105.68128.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 44.12%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=44.12%
G=50.98%
B=4.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal455250.1300.900.8068.9482.4611.18
Hex2D345D05A504552b
Octal5564515013212010512213
Binary1011011101001011101010110101010000100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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