#00BB2B

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

Shades of Dark Pastel Green #00BB2B

Tints of Dark Pastel Green #00BB2B

Color information

#00BB2B (or 0x00BB2B) is unknown color: approx Dark Pastel Green. HEX triplet: 00, BB and 2B. RGB value is (0,187,43). Sum of RGB (Red+Green+Blue) = 0+187+43=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 187 (73.44% from 255 or 81.30% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BB2B is #FF44D4. Grayscale: #737373. Windows color (decimal): -16729301 or 2865920. OLE color: 2865920.

HSL color Cylindrical-coordinate representation of color #00BB2B: hue angle of 133.8º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB2B is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB018743-
CMYK100.770.27
HSL133.8º100%36.67%-
HSV(B)133.8º100%73.33%-
XYZ18.2135.728.22-
YUV114.6787.5546.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 187 (73.44% from 255) = 81.30%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=0%
G=81.30%
B=18.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal018743100.770.27133.810036.67
Hex0BB2B6404D1B866425
Octal02735314401153320614445
Binary01011101110101111001000100110111011100001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BB2B; }

 p { color: rgb(0,187,43); }

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

<style>
 a { background-color: #00BB2B; }

 a { background-color: rgb(0,187,43); }

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

<style>
 span { border-color: #00BB2B; }

 span { border-color: rgb(0,187,43); }

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