#08B042

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

Shades of Dark Pastel Green #08B042

Tints of Dark Pastel Green #08B042

Color information

#08B042 (or 0x08B042) is unknown color: approx Dark Pastel Green. HEX triplet: 08, B0 and 42. RGB value is (8,176,66). Sum of RGB (Red+Green+Blue) = 8+176+66=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #08B042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08B042 is #F74FBD. Grayscale: #717171. Windows color (decimal): -16207806 or 4370440. OLE color: 4370440.

HSL color Cylindrical-coordinate representation of color #08B042: hue angle of 140.71º 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 #08B042 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB817666-
CMYK0.9500.620.31
HSL140.71º91.3%36.08%-
HSV(B)140.71º95.45%69.02%-
XYZ16.6131.510.36-
YUV113.23101.3452.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.2%
GREEN value IS 176 (69.14% from 255) = 70.4%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=3.2%
G=70.4%
B=26.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8176660.9500.620.31140.7191.336.08
Hex8B0425F03E1F8d5b24
Octal102601021370763721513344
Binary10001011000010000101011111011111011111100011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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