#028138

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

Shades of Dark Spring Green #028138

Tints of Dark Spring Green #028138

Color information

#028138 (or 0x028138) is unknown color: approx Dark Spring Green. HEX triplet: 02, 81 and 38. RGB value is (2,129,56). Sum of RGB (Red+Green+Blue) = 2+129+56=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 129 (50.78% from 255 or 68.98% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 129 - color contains mainly: green. Hex color #028138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028138 is #FD7EC7. Grayscale: #525252. Windows color (decimal): -16613064 or 3703042. OLE color: 3703042.

HSL color Cylindrical-coordinate representation of color #028138: hue angle of 145.51º 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 #028138 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB212956-
CMYK0.9800.570.49
HSL145.51º96.95%25.69%-
HSV(B)145.51º98.45%50.59%-
XYZ8.59166.38-
YUV82.7112.9270.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 129 (50.78% from 255) = 68.98%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=1.07%
G=68.98%
B=29.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2129560.9800.570.49145.5196.9525.69
Hex28138620393192611a
Octal2201701420716122214132
Binary10100000011110001100010011100111000110010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028138; }

 p { color: rgb(2,129,56); }

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

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

 a { background-color: rgb(2,129,56); }

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

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

 span { border-color: rgb(2,129,56); }

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