#2D5605

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

Shades of Turtle Green #2D5605

Tints of Turtle Green #2D5605

Color information

#2D5605 (or 0x2D5605) is unknown color: approx Turtle Green. HEX triplet: 2D, 56 and 05. RGB value is (45,86,5). Sum of RGB (Red+Green+Blue) = 45+86+5=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5605 is #D2A9FA. Grayscale: #404040. Windows color (decimal): -13806075 or 349741. OLE color: 349741.

HSL color Cylindrical-coordinate representation of color #2D5605: hue angle of 90.37º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D5605 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB45865-
CMYK0.4800.940.66
HSL90.37º89.01%17.84%-
HSV(B)90.37º94.19%33.73%-
XYZ4.447.221.3-
YUV64.5194.42114.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.09%
GREEN value IS 86 (33.98% from 255) = 63.24%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=33.09%
G=63.24%
B=3.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal458650.4800.940.6690.3789.0117.84
Hex2D5653005E425a5912
Octal55126560013610213213122
Binary10110110101101011100000101111010000101011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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