#2D3615

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

Shades of Turtle Green #2D3615

Tints of Turtle Green #2D3615

Color information

#2D3615 (or 0x2D3615) is unknown color: approx Turtle Green. HEX triplet: 2D, 36 and 15. RGB value is (45,54,21). Sum of RGB (Red+Green+Blue) = 45+54+21=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #2D3615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3615 is #D2C9EA. Grayscale: #2F2F2F. Windows color (decimal): -13814251 or 1390125. OLE color: 1390125.

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

Color convert

RGB455421-
CMYK0.1700.610.79
HSL76.36º44%14.71%-
HSV(B)76.36º61.11%21.18%-
XYZ2.543.251.2-
YUV47.55113.02126.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.5%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=37.5%
G=45%
B=17.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4554210.1700.610.7976.364414.71
Hex2D36151103D4F4c2cf
Octal556625210751171145417
Binary10110111011010101100010111101100111110011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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