#2A5901

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

Shades of Turtle Green #2A5901

Tints of Turtle Green #2A5901

Color information

#2A5901 (or 0x2A5901) is unknown color: approx Turtle Green. HEX triplet: 2A, 59 and 01. RGB value is (42,89,1). Sum of RGB (Red+Green+Blue) = 42+89+1=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5901 is #D5A6FE. Grayscale: #414141. Windows color (decimal): -14001919 or 88362. OLE color: 88362.

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

Color convert

RGB42891-
CMYK0.5300.990.65
HSL92.05º97.78%17.65%-
HSV(B)92.05º98.88%34.9%-
XYZ4.537.641.26-
YUV64.9191.93111.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.82%
GREEN value IS 89 (35.16% from 255) = 67.42%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=31.82%
G=67.42%
B=0.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal428910.5300.990.6592.0597.7817.65
Hex2A59135063415c6212
Octal52131165014310113414222
Binary101010101100111101010110001110000011011100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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