Html Css Color HEX #01B521 Dark Pastel Green

📋 copy color: '#01B521'

red 1 ◦ green 181 ◦ blue 33

#01B521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #01B521

Tints of Dark Pastel Green #01B521

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

 GREEN value IS 181 (71.09% from 255) = 84.19%

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 0.47%
G = 84.19%
B = 15.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#01B521 (or 0x01B521) is known color: Dark Pastel Green. HEX triplet: 01, B5 and 21. RGB value is (1,181,33). Sum of RGB (Red+Green+Blue) = 1+181+33=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 181 (71.09% from 255 or 84.19% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 181 - color contains mainly: green. Hex color #01B521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B521 is #FE4ADE. Grayscale: #6E6E6E. Windows color (decimal): -16665311 or 2209025. OLE color: 2209025.

HSL color Cylindrical-coordinate representation of color #01B521: hue angle of 130.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B521 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 181 33 -
CMYK 0.99 0 0.82 0.29
HSL 130.67º 0.99% 0.36% -
HSV(B) 130.67º 0.99% 0.71% -
XYZ 16.81 33.16 6.95 -
YUV 110.31 84.37 50.03 -
System Red Green Blue C M Y K H S L
Decimal 1 181 33 0.99 0 0.82 0.29 130.67 0.99 0.36
Hex 1 B5 21 63 0 52 1D 83 63 24
Octal 1 265 41 143 0 122 35 203 143 44
Binary 1 10110101 100001 1100011 0 1010010 11101 10000011 1100011 100100

Color Harmonies of #01B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B521

Black with #01B521

Text Example


Text Example

White with #01B521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,181,33); }

 H1.HeaderClassName
 {
   color: #01B521;
 }
 .AnyTagClassName
 {
   color: #01B521;
 }
</style>

background-color css

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

 a { background-color: rgb(1,181,33); }

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

border-color css

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

 span { border-color: rgb(1,181,33); }

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