#0D8B02

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

Shades of Green #0D8B02

Tints of Green #0D8B02

Color information

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

HSL color Cylindrical-coordinate representation of color #0D8B02: hue angle of 115.18º 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 #0D8B02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB131392-
CMYK0.9100.990.45
HSL115.18º97.16%27.65%-
HSV(B)115.18º98.56%54.51%-
XYZ9.4118.563.14-
YUV85.7180.7676.14-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1313920.9100.990.45115.1897.1627.65
HexD8B25B0632D73611c
Octal15213213301435516314134
Binary110110001011101011011011000111011011110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8B02; }

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

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

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

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

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

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

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

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