#2D3616

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

Shades of Turtle Green #2D3616

Tints of Turtle Green #2D3616

Color information

#2D3616 (or 0x2D3616) is unknown color: approx Turtle Green. HEX triplet: 2D, 36 and 16. RGB value is (45,54,22). Sum of RGB (Red+Green+Blue) = 45+54+22=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #2D3616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3616 is #D2C9E9. Grayscale: #2F2F2F. Windows color (decimal): -13814250 or 1455661. OLE color: 1455661.

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

Color convert

RGB455422-
CMYK0.1700.590.79
HSL76.88º42.11%14.9%-
HSV(B)76.88º59.26%21.18%-
XYZ2.553.251.25-
YUV47.66113.52126.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.19%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=37.19%
G=44.63%
B=18.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4554220.1700.590.7976.8842.1114.9
Hex2D36161103B4F4d2af
Octal556626210731171155217
Binary10110111011010110100010111011100111110011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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