#2E4014

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

Shades of Turtle Green #2E4014

Tints of Turtle Green #2E4014

Color information

#2E4014 (or 0x2E4014) is unknown color: approx Turtle Green. HEX triplet: 2E, 40 and 14. RGB value is (46,64,20). Sum of RGB (Red+Green+Blue) = 46+64+20=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4014 is #D1BFEB. Grayscale: #353535. Windows color (decimal): -13746156 or 1327150. OLE color: 1327150.

HSL color Cylindrical-coordinate representation of color #2E4014: hue angle of 84.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E4014 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB466420-
CMYK0.2800.690.75
HSL84.55º52.38%16.47%-
HSV(B)84.55º68.75%25.1%-
XYZ3.094.31.33-
YUV53.6109.04122.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 64 (25.39% from 255) = 49.23%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=35.38%
G=49.23%
B=15.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664200.2800.690.7584.5552.3816.47
Hex2E40141C0454B553410
Octal56100243401051131256420
Binary10111010000001010011100010001011001011101010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,64,20); }

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

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

 a { background-color: rgb(46,64,20); }

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

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

 span { border-color: rgb(46,64,20); }

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