#2E490D

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

Shades of Turtle Green #2E490D

Tints of Turtle Green #2E490D

Color information

#2E490D (or 0x2E490D) is unknown color: approx Turtle Green. HEX triplet: 2E, 49 and 0D. RGB value is (46,73,13). Sum of RGB (Red+Green+Blue) = 46+73+13=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #2E490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E490D is #D1B6F2. Grayscale: #3A3A3A. Windows color (decimal): -13743859 or 870702. OLE color: 870702.

HSL color Cylindrical-coordinate representation of color #2E490D: hue angle of 87º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E490D is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB467313-
CMYK0.3700.820.71
HSL87º69.77%16.86%-
HSV(B)87º82.19%28.63%-
XYZ3.585.371.23-
YUV58.09102.55119.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 13 (5.47% from 255) = 9.85%
R=34.85%
G=55.30%
B=9.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4673130.3700.820.718769.7716.86
Hex2E49D2505247574611
Octal561111545012210712710621
Binary101110100100111011001010101001010001111010111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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