#06BB28

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

Shades of Dark Pastel Green #06BB28

Tints of Dark Pastel Green #06BB28

Color information

#06BB28 (or 0x06BB28) is unknown color: approx Dark Pastel Green. HEX triplet: 06, BB and 28. RGB value is (6,187,40). Sum of RGB (Red+Green+Blue) = 6+187+40=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 187 (73.44% from 255 or 80.26% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BB28 is #F944D7. Grayscale: #747474. Windows color (decimal): -16336088 or 2669318. OLE color: 2669318.

HSL color Cylindrical-coordinate representation of color #06BB28: hue angle of 131.27º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BB28 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB618740-
CMYK0.9700.790.27
HSL131.27º93.78%37.84%-
HSV(B)131.27º96.79%73.33%-
XYZ18.2335.737.94-
YUV116.1285.0349.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 187 (73.44% from 255) = 80.26%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=2.58%
G=80.26%
B=17.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6187400.9700.790.27131.2793.7837.84
Hex6BB286104F1B835e26
Octal62735014101173320313646
Binary1101011101110100011000010100111111011100000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BB28; }

 p { color: rgb(6,187,40); }

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

<style>
 a { background-color: #06BB28; }

 a { background-color: rgb(6,187,40); }

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

<style>
 span { border-color: #06BB28; }

 span { border-color: rgb(6,187,40); }

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