#2A3312

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

Shades of Turtle Green #2A3312

Tints of Turtle Green #2A3312

Color information

#2A3312 (or 0x2A3312) is unknown color: approx Turtle Green. HEX triplet: 2A, 33 and 12. RGB value is (42,51,18). Sum of RGB (Red+Green+Blue) = 42+51+18=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #2A3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3312 is #D5CCED. Grayscale: #2C2C2C. Windows color (decimal): -14011630 or 1192746. OLE color: 1192746.

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

Color convert

RGB425118-
CMYK0.1800.650.8
HSL76.36º47.83%13.53%-
HSV(B)76.36º64.71%20%-
XYZ2.252.91.01-
YUV44.55113.02126.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.84%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=37.84%
G=45.95%
B=16.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4251180.1800.650.876.3647.8313.53
Hex2A331212041504c30e
Octal5263222201011201146016
Binary101010110011100101001001000001101000010011001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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