#01B32A

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

Shades of Dark Pastel Green #01B32A

Tints of Dark Pastel Green #01B32A

Color information

#01B32A (or 0x01B32A) is unknown color: approx Dark Pastel Green. HEX triplet: 01, B3 and 2A. RGB value is (1,179,42). Sum of RGB (Red+Green+Blue) = 1+179+42=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 179 (70.31% from 255 or 80.63% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 179 - color contains mainly: green. Hex color #01B32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B32A is #FE4CD5. Grayscale: #6E6E6E. Windows color (decimal): -16665814 or 2798337. OLE color: 2798337.

HSL color Cylindrical-coordinate representation of color #01B32A: hue angle of 133.82º 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 #01B32A is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB117942-
CMYK0.9900.770.30
HSL133.82º98.89%35.29%-
HSV(B)133.82º99.44%70.2%-
XYZ16.5532.417.57-
YUV110.1689.5350.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 179 (70.31% from 255) = 80.63%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=0.45%
G=80.63%
B=18.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1179420.9900.770.30133.8298.8935.29
Hex1B32A6304D1E866323
Octal12635214301153620614343
Binary11011001110101011000110100110111110100001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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