#2E3102

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

Shades of Turtle Green #2E3102

Tints of Turtle Green #2E3102

Color information

#2E3102 (or 0x2E3102) is unknown color: approx Turtle Green. HEX triplet: 2E, 31 and 02. RGB value is (46,49,2). Sum of RGB (Red+Green+Blue) = 46+49+2=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3102 is #D1CEFD. Grayscale: #2A2A2A. Windows color (decimal): -13750014 or 143662. OLE color: 143662.

HSL color Cylindrical-coordinate representation of color #2E3102: hue angle of 63.83º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E3102 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB46492-
CMYK0.0600.960.81
HSL63.83º92.16%10%-
HSV(B)63.83º95.92%19.22%-
XYZ2.242.780.48-
YUV42.74105.01130.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 47.42%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=47.42%
G=50.52%
B=2.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal464920.0600.960.8163.8392.1610
Hex2E312606051405ca
Octal566126014012110013412
Binary10111011000110110011000001010001100000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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