#01BB38

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

Shades of Dark Pastel Green #01BB38

Tints of Dark Pastel Green #01BB38

Color information

#01BB38 (or 0x01BB38) is unknown color: approx Dark Pastel Green. HEX triplet: 01, BB and 38. RGB value is (1,187,56). Sum of RGB (Red+Green+Blue) = 1+187+56=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 187 (73.44% from 255 or 76.64% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BB38 is #FE44C7. Grayscale: #747474. Windows color (decimal): -16663752 or 3717889. OLE color: 3717889.

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

Color convert

RGB118756-
CMYK0.9900.700.27
HSL137.74º98.94%36.86%-
HSV(B)137.74º99.47%73.33%-
XYZ18.535.839.68-
YUV116.4593.8845.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 187 (73.44% from 255) = 76.64%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=0.41%
G=76.64%
B=22.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1187560.9900.700.27137.7498.9436.86
Hex1BB38630461B8a6325
Octal12737014301063321214345
Binary11011101111100011000110100011011011100010101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01BB38; }

 p { color: rgb(1,187,56); }

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

<style>
 a { background-color: #01BB38; }

 a { background-color: rgb(1,187,56); }

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

<style>
 span { border-color: #01BB38; }

 span { border-color: rgb(1,187,56); }

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