#2E510D

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

Shades of Turtle Green #2E510D

Tints of Turtle Green #2E510D

Color information

#2E510D (or 0x2E510D) is unknown color: approx Turtle Green. HEX triplet: 2E, 51 and 0D. RGB value is (46,81,13). Sum of RGB (Red+Green+Blue) = 46+81+13=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #2E510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E510D is #D1AEF2. Grayscale: #3F3F3F. Windows color (decimal): -13741811 or 872750. OLE color: 872750.

HSL color Cylindrical-coordinate representation of color #2E510D: hue angle of 90.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E510D is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB468113-
CMYK0.4300.840.68
HSL90.88º72.34%18.43%-
HSV(B)90.88º83.95%31.76%-
XYZ4.146.491.42-
YUV62.7899.9116.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.86%
GREEN value IS 81 (32.03% from 255) = 57.86%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=32.86%
G=57.86%
B=9.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681130.4300.840.6890.8872.3418.43
Hex2E51D2B054445b4812
Octal561211553012410413311022
Binary101110101000111011010110101010010001001011011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,81,13); }

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

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

 a { background-color: rgb(46,81,13); }

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

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

 span { border-color: rgb(46,81,13); }

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