#2E4005

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

Shades of Turtle Green #2E4005

Tints of Turtle Green #2E4005

Color information

#2E4005 (or 0x2E4005) is unknown color: approx Turtle Green. HEX triplet: 2E, 40 and 05. RGB value is (46,64,5). Sum of RGB (Red+Green+Blue) = 46+64+5=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4005 is #D1BFFA. Grayscale: #343434. Windows color (decimal): -13746171 or 344110. OLE color: 344110.

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

Color convert

RGB46645-
CMYK0.2800.920.75
HSL78.31º85.51%13.53%-
HSV(B)78.31º92.19%25.1%-
XYZ2.994.260.81-
YUV51.89101.54123.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=40%
G=55.65%
B=4.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal466450.2800.920.7578.3185.5113.53
Hex2E4051C05C4B4e56e
Octal56100534013411311612616
Binary101110100000010111100010111001001011100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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