#2E4002

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

Shades of Turtle Green #2E4002

Tints of Turtle Green #2E4002

Color information

#2E4002 (or 0x2E4002) is unknown color: approx Turtle Green. HEX triplet: 2E, 40 and 02. RGB value is (46,64,2). Sum of RGB (Red+Green+Blue) = 46+64+2=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4002 is #D1BFFD. Grayscale: #333333. Windows color (decimal): -13746174 or 147502. OLE color: 147502.

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

Color convert

RGB46642-
CMYK0.2800.970.75
HSL77.42º93.94%12.94%-
HSV(B)77.42º96.88%25.1%-
XYZ2.974.250.72-
YUV51.55100.04124.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.07%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=41.07%
G=57.14%
B=1.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal466420.2800.970.7577.4293.9412.94
Hex2E4021C0614B4d5ed
Octal56100234014111311513615
Binary10111010000001011100011000011001011100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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