#2E4B0E

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

Shades of Turtle Green #2E4B0E

Tints of Turtle Green #2E4B0E

Color information

#2E4B0E (or 0x2E4B0E) is unknown color: approx Turtle Green. HEX triplet: 2E, 4B and 0E. RGB value is (46,75,14). Sum of RGB (Red+Green+Blue) = 46+75+14=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 75 (29.69% from 255 or 55.56% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4B0E is #D1B4F1. Grayscale: #3B3B3B. Windows color (decimal): -13743346 or 936750. OLE color: 936750.

HSL color Cylindrical-coordinate representation of color #2E4B0E: hue angle of 88.52º degrees, saturation: 0.69, 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 #2E4B0E is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB467514-
CMYK0.3900.810.71
HSL88.52º68.54%17.45%-
HSV(B)88.52º81.33%29.41%-
XYZ3.725.641.31-
YUV59.38102.39118.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 75 (29.69% from 255) = 55.56%
BLUE value IS 14 (5.86% from 255) = 10.37%
R=34.07%
G=55.56%
B=10.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675140.3900.810.7188.5268.5417.45
Hex2E4BE2705147594511
Octal561131647012110713110521
Binary101110100101111101001110101000110001111011001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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