#2D4705

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

Shades of Turtle Green #2D4705

Tints of Turtle Green #2D4705

Color information

#2D4705 (or 0x2D4705) is unknown color: approx Turtle Green. HEX triplet: 2D, 47 and 05. RGB value is (45,71,5). Sum of RGB (Red+Green+Blue) = 45+71+5=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4705 is #D2B8FA. Grayscale: #373737. Windows color (decimal): -13809915 or 345901. OLE color: 345901.

HSL color Cylindrical-coordinate representation of color #2D4705: hue angle of 83.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D4705 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB45715-
CMYK0.3700.930.72
HSL83.64º86.84%14.9%-
HSV(B)83.64º92.96%27.84%-
XYZ3.365.080.95-
YUV55.799.39120.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.19%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=37.19%
G=58.68%
B=4.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal457150.3700.930.7283.6486.8414.9
Hex2D4752505D485457f
Octal55107545013511012412717
Binary1011011000111101100101010111011001000101010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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