#2E370C

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

Shades of Turtle Green #2E370C

Tints of Turtle Green #2E370C

Color information

#2E370C (or 0x2E370C) is unknown color: approx Turtle Green. HEX triplet: 2E, 37 and 0C. RGB value is (46,55,12). Sum of RGB (Red+Green+Blue) = 46+55+12=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #2E370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E370C is #D1C8F3. Grayscale: #2F2F2F. Windows color (decimal): -13748468 or 800558. OLE color: 800558.

HSL color Cylindrical-coordinate representation of color #2E370C: hue angle of 72.56º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E370C is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB465512-
CMYK0.1600.780.78
HSL72.56º64.18%13.14%-
HSV(B)72.56º78.18%21.57%-
XYZ2.563.340.86-
YUV47.41108.02127-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 55 (21.88% from 255) = 48.67%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=40.71%
G=48.67%
B=10.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4655120.1600.780.7872.5664.1813.14
Hex2E37C1004E4E4940d
Octal56671420011611611110015
Binary101110110111110010000010011101001110100100110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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