#2D500B

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

Shades of Turtle Green #2D500B

Tints of Turtle Green #2D500B

Color information

#2D500B (or 0x2D500B) is unknown color: approx Turtle Green. HEX triplet: 2D, 50 and 0B. RGB value is (45,80,11). Sum of RGB (Red+Green+Blue) = 45+80+11=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #2D500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D500B is #D2AFF4. Grayscale: #3D3D3D. Windows color (decimal): -13807605 or 741421. OLE color: 741421.

HSL color Cylindrical-coordinate representation of color #2D500B: hue angle of 90.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D500B is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB458011-
CMYK0.4400.860.69
HSL90.43º75.82%17.84%-
HSV(B)90.43º86.25%31.37%-
XYZ4.016.321.32-
YUV61.6799.4116.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.09%
GREEN value IS 80 (31.64% from 255) = 58.82%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=33.09%
G=58.82%
B=8.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4580110.4400.860.6990.4375.8217.84
Hex2D50B2C056455a4c12
Octal551201354012610513211422
Binary101101101000010111011000101011010001011011010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,80,11); }

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

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

 a { background-color: rgb(45,80,11); }

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

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

 span { border-color: rgb(45,80,11); }

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