#01B33B

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

Shades of Dark Pastel Green #01B33B

Tints of Dark Pastel Green #01B33B

Color information

#01B33B (or 0x01B33B) is unknown color: approx Dark Pastel Green. HEX triplet: 01, B3 and 3B. RGB value is (1,179,59). Sum of RGB (Red+Green+Blue) = 1+179+59=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 179 (70.31% from 255 or 74.90% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 179 - color contains mainly: green. Hex color #01B33B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B33B is #FE4CC4. Grayscale: #707070. Windows color (decimal): -16665797 or 3912449. OLE color: 3912449.

HSL color Cylindrical-coordinate representation of color #01B33B: hue angle of 139.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B33B is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB117959-
CMYK0.9900.670.30
HSL139.55º98.89%35.29%-
HSV(B)139.55º99.44%70.2%-
XYZ16.9232.569.53-
YUV112.198.0348.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 179 (70.31% from 255) = 74.90%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=0.42%
G=74.90%
B=24.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1179590.9900.670.30139.5598.8935.29
Hex1B33B630431E8c6323
Octal12637314301033621414343
Binary11011001111101111000110100001111110100011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,179,59); }

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

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

 a { background-color: rgb(1,179,59); }

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

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

 span { border-color: rgb(1,179,59); }

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