#2D5105

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

Shades of Turtle Green #2D5105

Tints of Turtle Green #2D5105

Color information

#2D5105 (or 0x2D5105) is unknown color: approx Turtle Green. HEX triplet: 2D, 51 and 05. RGB value is (45,81,5). Sum of RGB (Red+Green+Blue) = 45+81+5=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5105 is #D2AEFA. Grayscale: #3D3D3D. Windows color (decimal): -13807355 or 348461. OLE color: 348461.

HSL color Cylindrical-coordinate representation of color #2D5105: hue angle of 88.42º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D5105 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB45815-
CMYK0.4400.940.68
HSL88.42º88.37%16.86%-
HSV(B)88.42º93.83%31.76%-
XYZ4.056.451.18-
YUV61.5796.07116.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.35%
GREEN value IS 81 (32.03% from 255) = 61.83%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=34.35%
G=61.83%
B=3.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal458150.4400.940.6888.4288.3716.86
Hex2D5152C05E44585811
Octal55121554013610413013021
Binary10110110100011011011000101111010001001011000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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