#028732

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

Shades of Dark Spring Green #028732

Tints of Dark Spring Green #028732

Color information

#028732 (or 0x028732) is unknown color: approx Dark Spring Green. HEX triplet: 02, 87 and 32. RGB value is (2,135,50). Sum of RGB (Red+Green+Blue) = 2+135+50=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 135 (53.12% from 255 or 72.19% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 135 - color contains mainly: green. Hex color #028732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028732 is #FD78CD. Grayscale: #555555. Windows color (decimal): -16611534 or 3311362. OLE color: 3311362.

HSL color Cylindrical-coordinate representation of color #028732: hue angle of 141.65º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028732 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB213550-
CMYK0.9900.630.47
HSL141.65º97.08%26.86%-
HSV(B)141.65º98.52%52.94%-
XYZ9.2617.575.92-
YUV85.54107.9468.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 135 (53.12% from 255) = 72.19%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=1.07%
G=72.19%
B=26.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2135500.9900.630.47141.6597.0826.86
Hex287326303F2F8e611b
Octal2207621430775721614133
Binary10100001111100101100011011111110111110001110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028732; }

 p { color: rgb(2,135,50); }

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

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

 a { background-color: rgb(2,135,50); }

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

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

 span { border-color: rgb(2,135,50); }

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