#2A4306

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

Shades of Turtle Green #2A4306

Tints of Turtle Green #2A4306

Color information

#2A4306 (or 0x2A4306) is unknown color: approx Turtle Green. HEX triplet: 2A, 43 and 06. RGB value is (42,67,6). Sum of RGB (Red+Green+Blue) = 42+67+6=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4306 is #D5BCF9. Grayscale: #343434. Windows color (decimal): -14007546 or 410410. OLE color: 410410.

HSL color Cylindrical-coordinate representation of color #2A4306: hue angle of 84.59º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A4306 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB42676-
CMYK0.3700.910.74
HSL84.59º83.56%14.31%-
HSV(B)84.59º91.04%26.27%-
XYZ2.994.520.89-
YUV52.57101.72120.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 36.52%
GREEN value IS 67 (26.56% from 255) = 58.26%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=36.52%
G=58.26%
B=5.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal426760.3700.910.7484.5983.5614.31
Hex2A4362505B4A5554e
Octal52103645013311212512416
Binary1010101000011110100101010110111001010101010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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