#2A5205

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

Shades of Turtle Green #2A5205

Tints of Turtle Green #2A5205

Color information

#2A5205 (or 0x2A5205) is unknown color: approx Turtle Green. HEX triplet: 2A, 52 and 05. RGB value is (42,82,5). Sum of RGB (Red+Green+Blue) = 42+82+5=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #2A5205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5205 is #D5ADFA. Grayscale: #3D3D3D. Windows color (decimal): -14003707 or 348714. OLE color: 348714.

HSL color Cylindrical-coordinate representation of color #2A5205: hue angle of 91.17º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A5205 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB42825-
CMYK0.4900.940.68
HSL91.17º88.51%17.06%-
HSV(B)91.17º93.9%32.16%-
XYZ46.541.19-
YUV61.2696.25114.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.56%
GREEN value IS 82 (32.42% from 255) = 63.57%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=32.56%
G=63.57%
B=3.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal428250.4900.940.6891.1788.5117.06
Hex2A5253105E445b5911
Octal52122561013610413313121
Binary10101010100101011100010101111010001001011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,5); }

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

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

 a { background-color: rgb(42,82,5); }

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

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

 span { border-color: rgb(42,82,5); }

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