#2E370F

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

Shades of Turtle Green #2E370F

Tints of Turtle Green #2E370F

Color information

#2E370F (or 0x2E370F) is unknown color: approx Turtle Green. HEX triplet: 2E, 37 and 0F. RGB value is (46,55,15). Sum of RGB (Red+Green+Blue) = 46+55+15=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #2E370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E370F is #D1C8F0. Grayscale: #2F2F2F. Windows color (decimal): -13748465 or 997166. OLE color: 997166.

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

Color convert

RGB465515-
CMYK0.1600.730.78
HSL73.5º57.14%13.73%-
HSV(B)73.5º72.73%21.57%-
XYZ2.583.350.96-
YUV47.75109.52126.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.66%
GREEN value IS 55 (21.88% from 255) = 47.41%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=39.66%
G=47.41%
B=12.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4655150.1600.730.7873.557.1413.73
Hex2E37F100494E4a39e
Octal5667172001111161127116
Binary10111011011111111000001001001100111010010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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