#2E4802

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

Shades of Turtle Green #2E4802

Tints of Turtle Green #2E4802

Color information

#2E4802 (or 0x2E4802) is unknown color: approx Turtle Green. HEX triplet: 2E, 48 and 02. RGB value is (46,72,2). Sum of RGB (Red+Green+Blue) = 46+72+2=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4802 is #D1B7FD. Grayscale: #383838. Windows color (decimal): -13744126 or 149550. OLE color: 149550.

HSL color Cylindrical-coordinate representation of color #2E4802: hue angle of 82.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E4802 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB46722-
CMYK0.3600.970.72
HSL82.29º94.59%14.51%-
HSV(B)82.29º97.22%28.24%-
XYZ3.465.220.88-
YUV56.2597.39120.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 72 (28.52% from 255) = 60%
BLUE value IS 2 (1.17% from 255) = 1.67%
R=38.33%
G=60%
B=1.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal467220.3600.970.7282.2994.5914.51
Hex2E4822406148525ff
Octal56110244014111012213717
Binary101110100100010100100011000011001000101001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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