#2A3A06

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

Shades of Turtle Green #2A3A06

Tints of Turtle Green #2A3A06

Color information

#2A3A06 (or 0x2A3A06) is unknown color: approx Turtle Green. HEX triplet: 2A, 3A and 06. RGB value is (42,58,6). Sum of RGB (Red+Green+Blue) = 42+58+6=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3A06 is #D5C5F9. Grayscale: #2F2F2F. Windows color (decimal): -14009850 or 408106. OLE color: 408106.

HSL color Cylindrical-coordinate representation of color #2A3A06: hue angle of 78.46º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A3A06 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB42586-
CMYK0.2800.900.77
HSL78.46º81.25%12.55%-
HSV(B)78.46º89.66%22.75%-
XYZ2.53.530.72-
YUV47.29104.7124.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.62%
GREEN value IS 58 (23.05% from 255) = 54.72%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=39.62%
G=54.72%
B=5.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal425860.2800.900.7778.4681.2512.55
Hex2A3A61C05A4D4e51d
Octal5272634013211511612115
Binary10101011101011011100010110101001101100111010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,58,6); }

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

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

 a { background-color: rgb(42,58,6); }

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

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

 span { border-color: rgb(42,58,6); }

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