#2A3212

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

Shades of Turtle Green #2A3212

Tints of Turtle Green #2A3212

Color information

#2A3212 (or 0x2A3212) is unknown color: approx Turtle Green. HEX triplet: 2A, 32 and 12. RGB value is (42,50,18). Sum of RGB (Red+Green+Blue) = 42+50+18=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #2A3212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3212 is #D5CDED. Grayscale: #2C2C2C. Windows color (decimal): -14011886 or 1192490. OLE color: 1192490.

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

Color convert

RGB425018-
CMYK0.1600.640.80
HSL75º47.06%13.33%-
HSV(B)75º64%19.61%-
XYZ2.22.821-
YUV43.96113.35126.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.18%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=38.18%
G=45.45%
B=16.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4250180.1600.640.807547.0613.33
Hex2A321210040504b2fd
Octal5262222001001201135715
Binary101010110010100101000001000000101000010010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,50,18); }

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

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

 a { background-color: rgb(42,50,18); }

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

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

 span { border-color: rgb(42,50,18); }

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