#2E400F

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

Shades of Turtle Green #2E400F

Tints of Turtle Green #2E400F

Color information

#2E400F (or 0x2E400F) is unknown color: approx Turtle Green. HEX triplet: 2E, 40 and 0F. RGB value is (46,64,15). Sum of RGB (Red+Green+Blue) = 46+64+15=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #2E400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E400F is #D1BFF0. Grayscale: #353535. Windows color (decimal): -13746161 or 999470. OLE color: 999470.

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

Color convert

RGB466415-
CMYK0.2800.770.75
HSL82.04º62.03%15.49%-
HSV(B)82.04º76.56%25.1%-
XYZ3.054.281.12-
YUV53.03106.54122.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.8%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 15 (6.25% from 255) = 12%
R=36.8%
G=51.2%
B=12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664150.2800.770.7582.0462.0315.49
Hex2E40F1C04D4B523ef
Octal56100173401151131227617
Binary101110100000011111110001001101100101110100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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