#2A5701

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

Shades of Turtle Green #2A5701

Tints of Turtle Green #2A5701

Color information

#2A5701 (or 0x2A5701) is unknown color: approx Turtle Green. HEX triplet: 2A, 57 and 01. RGB value is (42,87,1). Sum of RGB (Red+Green+Blue) = 42+87+1=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #2A5701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5701 is #D5A8FE. Grayscale: #404040. Windows color (decimal): -14002431 or 87850. OLE color: 87850.

HSL color Cylindrical-coordinate representation of color #2A5701: hue angle of 91.4º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A5701 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB42871-
CMYK0.5200.990.66
HSL91.4º97.73%17.25%-
HSV(B)91.4º98.85%34.12%-
XYZ4.377.311.21-
YUV63.7492.59112.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 87 (34.38% from 255) = 66.92%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=32.31%
G=66.92%
B=0.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal428710.5200.990.6691.497.7317.25
Hex2A57134063425b6211
Octal52127164014310213314221
Binary101010101011111101000110001110000101011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,87,1); }

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

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

 a { background-color: rgb(42,87,1); }

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

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

 span { border-color: rgb(42,87,1); }

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