#2A4707

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

Shades of Turtle Green #2A4707

Tints of Turtle Green #2A4707

Color information

#2A4707 (or 0x2A4707) is unknown color: approx Turtle Green. HEX triplet: 2A, 47 and 07. RGB value is (42,71,7). Sum of RGB (Red+Green+Blue) = 42+71+7=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4707 is #D5B8F8. Grayscale: #373737. Windows color (decimal): -14006521 or 476970. OLE color: 476970.

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

Color convert

RGB42717-
CMYK0.4100.900.72
HSL87.19º82.05%15.29%-
HSV(B)87.19º90.14%27.84%-
XYZ3.255.011-
YUV55.03100.89118.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35%
GREEN value IS 71 (28.12% from 255) = 59.17%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=35%
G=59.17%
B=5.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal427170.4100.900.7287.1982.0515.29
Hex2A4772905A485752f
Octal52107751013211012712217
Binary1010101000111111101001010110101001000101011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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