#2E4810

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

Shades of Turtle Green #2E4810

Tints of Turtle Green #2E4810

Color information

#2E4810 (or 0x2E4810) is unknown color: approx Turtle Green. HEX triplet: 2E, 48 and 10. RGB value is (46,72,16). Sum of RGB (Red+Green+Blue) = 46+72+16=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4810 is #D1B7EF. Grayscale: #3A3A3A. Windows color (decimal): -13744112 or 1067054. OLE color: 1067054.

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

Color convert

RGB467216-
CMYK0.3600.780.72
HSL87.86º63.64%17.25%-
HSV(B)87.86º77.78%28.24%-
XYZ3.545.251.32-
YUV57.84104.39119.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.33%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=34.33%
G=53.73%
B=11.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672160.3600.780.7287.8663.6417.25
Hex2E48102404E48584011
Octal561102044011611013010021
Binary1011101001000100001001000100111010010001011000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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