#2E4015

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

Shades of Turtle Green #2E4015

Tints of Turtle Green #2E4015

Color information

#2E4015 (or 0x2E4015) is unknown color: approx Turtle Green. HEX triplet: 2E, 40 and 15. RGB value is (46,64,21). Sum of RGB (Red+Green+Blue) = 46+64+21=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4015 is #D1BFEA. Grayscale: #353535. Windows color (decimal): -13746155 or 1392686. OLE color: 1392686.

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

Color convert

RGB466421-
CMYK0.2800.670.75
HSL85.12º50.59%16.67%-
HSV(B)85.12º67.19%25.1%-
XYZ3.14.31.38-
YUV53.72109.54122.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.11%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=35.11%
G=48.85%
B=16.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664210.2800.670.7585.1250.5916.67
Hex2E40151C0434B553311
Octal56100253401031131256321
Binary10111010000001010111100010000111001011101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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