#2D5905

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

Shades of Turtle Green #2D5905

Tints of Turtle Green #2D5905

Color information

#2D5905 (or 0x2D5905) is unknown color: approx Turtle Green. HEX triplet: 2D, 59 and 05. RGB value is (45,89,5). Sum of RGB (Red+Green+Blue) = 45+89+5=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5905 is #D2A6FA. Grayscale: #424242. Windows color (decimal): -13805307 or 350509. OLE color: 350509.

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

Color convert

RGB45895-
CMYK0.4900.940.65
HSL91.43º89.36%18.43%-
HSV(B)91.43º94.38%34.9%-
XYZ4.687.711.39-
YUV66.2793.42112.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.37%
GREEN value IS 89 (35.16% from 255) = 64.03%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=32.37%
G=64.03%
B=3.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal458950.4900.940.6591.4389.3618.43
Hex2D5953105E415b5912
Octal55131561013610113313122
Binary10110110110011011100010101111010000011011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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