#2A3111

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

Shades of Turtle Green #2A3111

Tints of Turtle Green #2A3111

Color information

#2A3111 (or 0x2A3111) is unknown color: approx Turtle Green. HEX triplet: 2A, 31 and 11. RGB value is (42,49,17). Sum of RGB (Red+Green+Blue) = 42+49+17=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3111 is #D5CEEE. Grayscale: #2B2B2B. Windows color (decimal): -14012143 or 1126698. OLE color: 1126698.

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

Color convert

RGB424917-
CMYK0.1400.650.81
HSL73.12º48.48%12.94%-
HSV(B)73.12º65.31%19.22%-
XYZ2.152.730.94-
YUV43.26113.18127.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.89%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=38.89%
G=45.37%
B=15.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249170.1400.650.8173.1248.4812.94
Hex2A3111E041514930d
Octal5261211601011211116015
Binary10101011000110001111001000001101000110010011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,17); }

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

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

 a { background-color: rgb(42,49,17); }

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

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

 span { border-color: rgb(42,49,17); }

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