#028B0D

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

Shades of Green #028B0D

Tints of Green #028B0D

Color information

#028B0D (or 0x028B0D) is unknown color: approx Green. HEX triplet: 02, 8B and 0D. RGB value is (2,139,13). Sum of RGB (Red+Green+Blue) = 2+139+13=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 139 (54.69% from 255 or 90.26% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 139 - color contains mainly: green. Hex color #028B0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028B0D is #FD74F2. Grayscale: #545454. Windows color (decimal): -16610547 or 887554. OLE color: 887554.

HSL color Cylindrical-coordinate representation of color #028B0D: hue angle of 124.82º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B0D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB213913-
CMYK0.9900.910.45
HSL124.82º97.16%27.65%-
HSV(B)124.82º98.56%54.51%-
XYZ9.3318.513.46-
YUV83.6788.1169.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 139 (54.69% from 255) = 90.26%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=1.30%
G=90.26%
B=8.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2139130.9900.910.45124.8297.1627.65
Hex28BD6305B2D7d611c
Octal22131514301335517514134
Binary101000101111011100011010110111011011111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,139,13); }

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

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

 a { background-color: rgb(2,139,13); }

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

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

 span { border-color: rgb(2,139,13); }

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