#2E370A

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

Shades of Turtle Green #2E370A

Tints of Turtle Green #2E370A

Color information

#2E370A (or 0x2E370A) is unknown color: approx Turtle Green. HEX triplet: 2E, 37 and 0A. RGB value is (46,55,10). Sum of RGB (Red+Green+Blue) = 46+55+10=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #2E370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E370A is #D1C8F5. Grayscale: #2F2F2F. Windows color (decimal): -13748470 or 669486. OLE color: 669486.

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

Color convert

RGB465510-
CMYK0.1600.820.78
HSL72º69.23%12.75%-
HSV(B)72º81.82%21.57%-
XYZ2.553.340.8-
YUV47.18107.02127.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 55 (21.88% from 255) = 49.55%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=41.44%
G=49.55%
B=9.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4655100.1600.820.787269.2312.75
Hex2E37A100524E4845d
Octal56671220012211611010515
Binary101110110111101010000010100101001110100100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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