#2A4706

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

Shades of Turtle Green #2A4706

Tints of Turtle Green #2A4706

Color information

#2A4706 (or 0x2A4706) is unknown color: approx Turtle Green. HEX triplet: 2A, 47 and 06. RGB value is (42,71,6). Sum of RGB (Red+Green+Blue) = 42+71+6=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4706 is #D5B8F9. Grayscale: #373737. Windows color (decimal): -14006522 or 411434. OLE color: 411434.

HSL color Cylindrical-coordinate representation of color #2A4706: hue angle of 86.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A4706 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB42716-
CMYK0.4100.920.72
HSL86.77º84.42%15.1%-
HSV(B)86.77º91.55%27.84%-
XYZ3.245.010.97-
YUV54.92100.39118.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.29%
GREEN value IS 71 (28.12% from 255) = 59.66%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=35.29%
G=59.66%
B=5.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal427160.4100.920.7286.7784.4215.1
Hex2A4762905C485754f
Octal52107651013411012712417
Binary1010101000111110101001010111001001000101011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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