#2E490E

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

Shades of Turtle Green #2E490E

Tints of Turtle Green #2E490E

Color information

#2E490E (or 0x2E490E) is unknown color: approx Turtle Green. HEX triplet: 2E, 49 and 0E. RGB value is (46,73,14). Sum of RGB (Red+Green+Blue) = 46+73+14=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #2E490E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E490E is #D1B6F1. Grayscale: #3A3A3A. Windows color (decimal): -13743858 or 936238. OLE color: 936238.

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

Color convert

RGB467314-
CMYK0.3700.810.71
HSL87.46º67.82%17.06%-
HSV(B)87.46º80.82%28.63%-
XYZ3.595.381.26-
YUV58.2103.05119.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.59%
GREEN value IS 73 (28.91% from 255) = 54.89%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=34.59%
G=54.89%
B=10.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4673140.3700.810.7187.4667.8217.06
Hex2E49E2505147574411
Octal561111645012110712710421
Binary101110100100111101001010101000110001111010111100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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