#06BB2A

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

Shades of Dark Pastel Green #06BB2A

Tints of Dark Pastel Green #06BB2A

Color information

#06BB2A (or 0x06BB2A) is unknown color: approx Dark Pastel Green. HEX triplet: 06, BB and 2A. RGB value is (6,187,42). Sum of RGB (Red+Green+Blue) = 6+187+42=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 187 (73.44% from 255 or 79.57% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BB2A is #F944D5. Grayscale: #747474. Windows color (decimal): -16336086 or 2800390. OLE color: 2800390.

HSL color Cylindrical-coordinate representation of color #06BB2A: hue angle of 131.93º 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 #06BB2A is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB618742-
CMYK0.9700.780.27
HSL131.93º93.78%37.84%-
HSV(B)131.93º96.79%73.33%-
XYZ18.2635.758.13-
YUV116.3586.0349.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 187 (73.44% from 255) = 79.57%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=2.55%
G=79.57%
B=17.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6187420.9700.780.27131.9393.7837.84
Hex6BB2A6104E1B845e26
Octal62735214101163320413646
Binary1101011101110101011000010100111011011100001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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