#2E341A

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

Shades of Turtle Green #2E341A

Tints of Turtle Green #2E341A

Color information

#2E341A (or 0x2E341A) is unknown color: approx Turtle Green. HEX triplet: 2E, 34 and 1A. RGB value is (46,52,26). Sum of RGB (Red+Green+Blue) = 46+52+26=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #2E341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E341A is #D1CBE5. Grayscale: #2F2F2F. Windows color (decimal): -13749222 or 1717294. OLE color: 1717294.

HSL color Cylindrical-coordinate representation of color #2E341A: hue angle of 73.85º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E341A is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB465226-
CMYK0.1200.500.80
HSL73.85º33.33%15.29%-
HSV(B)73.85º50%20.39%-
XYZ2.543.111.44-
YUV47.24116.01127.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.10%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=37.10%
G=41.94%
B=20.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652260.1200.500.8073.8533.3315.29
Hex2E341AC032504a21f
Octal566432140621201124117
Binary1011101101001101011000110010101000010010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,26); }

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

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

 a { background-color: rgb(46,52,26); }

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

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

 span { border-color: rgb(46,52,26); }

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