#028231

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

Shades of Dark Spring Green #028231

Tints of Dark Spring Green #028231

Color information

#028231 (or 0x028231) is unknown color: approx Dark Spring Green. HEX triplet: 02, 82 and 31. RGB value is (2,130,49). Sum of RGB (Red+Green+Blue) = 2+130+49=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #028231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028231 is #FD7DCE. Grayscale: #525252. Windows color (decimal): -16612815 or 3244546. OLE color: 3244546.

HSL color Cylindrical-coordinate representation of color #028231: hue angle of 142.03º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028231 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB213049-
CMYK0.9800.620.49
HSL142.03º96.97%25.88%-
HSV(B)142.03º98.46%50.98%-
XYZ8.5616.25.58-
YUV82.49109.0970.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 130 (51.17% from 255) = 71.82%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=1.10%
G=71.82%
B=27.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130490.9800.620.49142.0396.9725.88
Hex282316203E318e611a
Octal2202611420766121614132
Binary10100000101100011100010011111011000110001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028231; }

 p { color: rgb(2,130,49); }

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

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

 a { background-color: rgb(2,130,49); }

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

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

 span { border-color: rgb(2,130,49); }

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