#2E390C

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

Shades of Turtle Green #2E390C

Tints of Turtle Green #2E390C

Color information

#2E390C (or 0x2E390C) is unknown color: approx Turtle Green. HEX triplet: 2E, 39 and 0C. RGB value is (46,57,12). Sum of RGB (Red+Green+Blue) = 46+57+12=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #2E390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E390C is #D1C6F3. Grayscale: #303030. Windows color (decimal): -13747956 or 801070. OLE color: 801070.

HSL color Cylindrical-coordinate representation of color #2E390C: hue angle of 74.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E390C is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB465712-
CMYK0.1900.790.78
HSL74.67º65.22%13.53%-
HSV(B)74.67º78.95%22.35%-
XYZ2.663.530.89-
YUV48.58107.36126.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 49.57%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=40%
G=49.57%
B=10.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4657120.1900.790.7874.6765.2213.53
Hex2E39C1304F4E4b41e
Octal56711423011711611310116
Binary101110111001110010011010011111001110100101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,57,12); }

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

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

 a { background-color: rgb(46,57,12); }

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

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

 span { border-color: rgb(46,57,12); }

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