#08B03E

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

Shades of Dark Pastel Green #08B03E

Tints of Dark Pastel Green #08B03E

Color information

#08B03E (or 0x08B03E) is unknown color: approx Dark Pastel Green. HEX triplet: 08, B0 and 3E. RGB value is (8,176,62). Sum of RGB (Red+Green+Blue) = 8+176+62=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 176 (69.14% from 255 or 71.54% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 176 - color contains mainly: green. Hex color #08B03E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08B03E is #F74FC1. Grayscale: #717171. Windows color (decimal): -16207810 or 4108296. OLE color: 4108296.

HSL color Cylindrical-coordinate representation of color #08B03E: hue angle of 139.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08B03E is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB817662-
CMYK0.9500.650.31
HSL139.29º91.3%36.08%-
HSV(B)139.29º95.45%69.02%-
XYZ16.4931.459.76-
YUV112.7799.3453.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.25%
GREEN value IS 176 (69.14% from 255) = 71.54%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=3.25%
G=71.54%
B=25.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8176620.9500.650.31139.2991.336.08
Hex8B03E5F0411F8b5b24
Octal102607613701013721313344
Binary10001011000011111010111110100000111111100010111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08B03E; }

 p { color: rgb(8,176,62); }

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

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

 a { background-color: rgb(8,176,62); }

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

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

 span { border-color: rgb(8,176,62); }

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