#2A3611

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

Shades of Turtle Green #2A3611

Tints of Turtle Green #2A3611

Color information

#2A3611 (or 0x2A3611) is unknown color: approx Turtle Green. HEX triplet: 2A, 36 and 11. RGB value is (42,54,17). Sum of RGB (Red+Green+Blue) = 42+54+17=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3611 is #D5C9EE. Grayscale: #2E2E2E. Windows color (decimal): -14010863 or 1127978. OLE color: 1127978.

HSL color Cylindrical-coordinate representation of color #2A3611: hue angle of 79.46º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A3611 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB425417-
CMYK0.2200.690.79
HSL79.46º52.11%13.92%-
HSV(B)79.46º68.52%21.18%-
XYZ2.383.171.02-
YUV46.19111.52125.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.17%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=37.17%
G=47.79%
B=15.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4254170.2200.690.7979.4652.1113.92
Hex2A3611160454F4f34e
Octal5266212601051171176416
Binary101010110110100011011001000101100111110011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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