#00BB33

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

Shades of Dark Pastel Green #00BB33

Tints of Dark Pastel Green #00BB33

Color information

#00BB33 (or 0x00BB33) is unknown color: approx Dark Pastel Green. HEX triplet: 00, BB and 33. RGB value is (0,187,51). Sum of RGB (Red+Green+Blue) = 0+187+51=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 187 (73.44% from 255 or 78.57% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BB33 is #FF44CC. Grayscale: #737373. Windows color (decimal): -16729293 or 3390208. OLE color: 3390208.

HSL color Cylindrical-coordinate representation of color #00BB33: hue angle of 136.36º 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 #00BB33 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB018751-
CMYK100.730.27
HSL136.36º100%36.67%-
HSV(B)136.36º100%73.33%-
XYZ18.3735.789.07-
YUV115.5891.5545.56-

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) = 78.57%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=0%
G=78.57%
B=21.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal018751100.730.27136.3610036.67
Hex0BB33640491B886425
Octal02736314401113321014445
Binary01011101111001111001000100100111011100010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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