#2E440E

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

Shades of Turtle Green #2E440E

Tints of Turtle Green #2E440E

Color information

#2E440E (or 0x2E440E) is unknown color: approx Turtle Green. HEX triplet: 2E, 44 and 0E. RGB value is (46,68,14). Sum of RGB (Red+Green+Blue) = 46+68+14=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #2E440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E440E is #D1BBF1. Grayscale: #373737. Windows color (decimal): -13745138 or 934958. OLE color: 934958.

HSL color Cylindrical-coordinate representation of color #2E440E: hue angle of 84.44º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E440E is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB466814-
CMYK0.3200.790.73
HSL84.44º65.85%16.08%-
HSV(B)84.44º79.41%26.67%-
XYZ3.274.751.16-
YUV55.27104.71121.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.94%
GREEN value IS 68 (26.95% from 255) = 53.12%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=35.94%
G=53.12%
B=10.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4668140.3200.790.7384.4465.8516.08
Hex2E44E2004F49544210
Octal561041640011711112410220
Binary101110100010011101000000100111110010011010100100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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