#2A4C09

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

Shades of Turtle Green #2A4C09

Tints of Turtle Green #2A4C09

Color information

#2A4C09 (or 0x2A4C09) is unknown color: approx Turtle Green. HEX triplet: 2A, 4C and 09. RGB value is (42,76,9). Sum of RGB (Red+Green+Blue) = 42+76+9=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #2A4C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4C09 is #D5B3F6. Grayscale: #3A3A3A. Windows color (decimal): -14005239 or 609322. OLE color: 609322.

HSL color Cylindrical-coordinate representation of color #2A4C09: hue angle of 90.45º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A4C09 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB42769-
CMYK0.4500.880.70
HSL90.45º78.82%16.67%-
HSV(B)90.45º88.16%29.8%-
XYZ3.595.681.17-
YUV58.2100.24116.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.07%
GREEN value IS 76 (30.08% from 255) = 59.84%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=33.07%
G=59.84%
B=7.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal427690.4500.880.7090.4578.8216.67
Hex2A4C92D058465a4f11
Octal521141155013010613211721
Binary101010100110010011011010101100010001101011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,9); }

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

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

 a { background-color: rgb(42,76,9); }

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

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

 span { border-color: rgb(42,76,9); }

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