#2A5801

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

Shades of Turtle Green #2A5801

Tints of Turtle Green #2A5801

Color information

#2A5801 (or 0x2A5801) is unknown color: approx Turtle Green. HEX triplet: 2A, 58 and 01. RGB value is (42,88,1). Sum of RGB (Red+Green+Blue) = 42+88+1=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #2A5801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5801 is #D5A7FE. Grayscale: #404040. Windows color (decimal): -14002175 or 88106. OLE color: 88106.

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

Color convert

RGB42881-
CMYK0.5200.990.65
HSL91.72º97.75%17.45%-
HSV(B)91.72º98.86%34.51%-
XYZ4.457.471.24-
YUV64.3392.26112.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.06%
GREEN value IS 88 (34.77% from 255) = 67.18%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=32.06%
G=67.18%
B=0.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal428810.5200.990.6591.7297.7517.45
Hex2A58134063415c6211
Octal52130164014310113414221
Binary101010101100011101000110001110000011011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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