#028A2D

Color #028A2D Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #028A2D

Tints of Dark Spring Green #028A2D

Color information

#028A2D (or 0x028A2D) is unknown color: approx Dark Spring Green. HEX triplet: 02, 8A and 2D. RGB value is (2,138,45). Sum of RGB (Red+Green+Blue) = 2+138+45=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 138 (54.30% from 255 or 74.59% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 138 - color contains mainly: green. Hex color #028A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028A2D is #FD75D2. Grayscale: #565656. Windows color (decimal): -16610771 or 2984450. OLE color: 2984450.

HSL color Cylindrical-coordinate representation of color #028A2D: hue angle of 138.97º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A2D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB213845-
CMYK0.9900.670.46
HSL138.97º97.14%27.45%-
HSV(B)138.97º98.55%54.12%-
XYZ9.5918.385.52-
YUV86.73104.4467.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 138 (54.30% from 255) = 74.59%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=1.08%
G=74.59%
B=24.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2138450.9900.670.46138.9797.1427.45
Hex28A2D630432E8b611b
Octal22125514301035621314133
Binary101000101010110111000110100001110111010001011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028A2D; }

 p { color: rgb(2,138,45); }

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

<style>
 a { background-color: #028A2D; }

 a { background-color: rgb(2,138,45); }

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

<style>
 span { border-color: #028A2D; }

 span { border-color: rgb(2,138,45); }

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