#2D3516

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

Shades of Turtle Green #2D3516

Tints of Turtle Green #2D3516

Color information

#2D3516 (or 0x2D3516) is unknown color: approx Turtle Green. HEX triplet: 2D, 35 and 16. RGB value is (45,53,22). Sum of RGB (Red+Green+Blue) = 45+53+22=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3516 is #D2CAE9. Grayscale: #2F2F2F. Windows color (decimal): -13814506 or 1455405. OLE color: 1455405.

HSL color Cylindrical-coordinate representation of color #2D3516: hue angle of 75.48º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D3516 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB455322-
CMYK0.1500.580.79
HSL75.48º41.33%14.71%-
HSV(B)75.48º58.49%20.78%-
XYZ2.53.161.24-
YUV47.07113.85126.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.5%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=37.5%
G=44.17%
B=18.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4553220.1500.580.7975.4841.3314.71
Hex2D3516F03A4F4b29f
Octal556526170721171135117
Binary1011011101011011011110111010100111110010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,53,22); }

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

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

 a { background-color: rgb(45,53,22); }

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

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

 span { border-color: rgb(45,53,22); }

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