#2E4007

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

Shades of Turtle Green #2E4007

Tints of Turtle Green #2E4007

Color information

#2E4007 (or 0x2E4007) is unknown color: approx Turtle Green. HEX triplet: 2E, 40 and 07. RGB value is (46,64,7). Sum of RGB (Red+Green+Blue) = 46+64+7=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4007 is #D1BFF8. Grayscale: #343434. Windows color (decimal): -13746169 or 475182. OLE color: 475182.

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

Color convert

RGB46647-
CMYK0.2800.890.75
HSL78.95º80.28%13.92%-
HSV(B)78.95º89.06%25.1%-
XYZ34.260.87-
YUV52.12102.54123.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.32%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=39.32%
G=54.70%
B=5.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal466470.2800.890.7578.9580.2813.92
Hex2E4071C0594B4f50e
Octal56100734013111311712016
Binary101110100000011111100010110011001011100111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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