#2D5604

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

Shades of Turtle Green #2D5604

Tints of Turtle Green #2D5604

Color information

#2D5604 (or 0x2D5604) is unknown color: approx Turtle Green. HEX triplet: 2D, 56 and 04. RGB value is (45,86,4). Sum of RGB (Red+Green+Blue) = 45+86+4=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 86 (33.98% from 255 or 63.70% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5604 is #D2A9FB. Grayscale: #404040. Windows color (decimal): -13806076 or 284205. OLE color: 284205.

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

Color convert

RGB45864-
CMYK0.4800.950.66
HSL90º91.11%17.65%-
HSV(B)90º95.35%33.73%-
XYZ4.437.221.28-
YUV64.3993.92114.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 63.70%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=33.33%
G=63.70%
B=2.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal458640.4800.950.669091.1117.65
Hex2D5643005F425a5b12
Octal55126460013710213213322
Binary10110110101101001100000101111110000101011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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