#2A5507

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

Shades of Turtle Green #2A5507

Tints of Turtle Green #2A5507

Color information

#2A5507 (or 0x2A5507) is unknown color: approx Turtle Green. HEX triplet: 2A, 55 and 07. RGB value is (42,85,7). Sum of RGB (Red+Green+Blue) = 42+85+7=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5507 is #D5AAF8. Grayscale: #3F3F3F. Windows color (decimal): -14002937 or 480554. OLE color: 480554.

HSL color Cylindrical-coordinate representation of color #2A5507: hue angle of 93.08º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A5507 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB42857-
CMYK0.5100.920.67
HSL93.08º84.78%18.04%-
HSV(B)93.08º91.76%33.33%-
XYZ4.2471.33-
YUV63.2596.25112.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.34%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=31.34%
G=63.43%
B=5.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal428570.5100.920.6793.0884.7818.04
Hex2A5573305C435d5512
Octal52125763013410313512522
Binary10101010101011111100110101110010000111011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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