#08b229

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

Shades of Dark Pastel Green #08B229

Tints of Dark Pastel Green #08B229

Color information

#08B229 (or 0x08B229) is unknown color: approx Dark Pastel Green. HEX triplet: 08, B2 and 29. RGB value is (8,178,41). Sum of RGB (Red+Green+Blue) = 8+178+41=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #08B229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08B229 is #F74DD6. Grayscale: #6F6F6F. Windows color (decimal): -16207319 or 2732552. OLE color: 2732552.

HSL color Cylindrical-coordinate representation of color #08B229: hue angle of 131.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B229 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB817841-
CMYK0.9600.770.30
HSL131.65º91.4%36.47%-
HSV(B)131.65º95.51%69.8%-
XYZ16.4232.057.42-
YUV111.5588.1854.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 178 (69.92% from 255) = 78.41%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=3.52%
G=78.41%
B=18.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8178410.9600.770.30131.6591.436.47
Hex8B2296004D1E845b24
Octal102625114001153620413344
Binary10001011001010100111000000100110111110100001001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08b229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,178,41); }

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

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

 a { background-color: rgb(8,178,41); }

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

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

 span { border-color: rgb(8,178,41); }

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