Html Css Color HEX #01B221 Dark Pastel Green

📋 copy color: '#01B221'

red 1 ◦ green 178 ◦ blue 33

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

Shades of Dark Pastel Green #01B221

Tints of Dark Pastel Green #01B221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 83.96%

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

R = 0.47%
G = 83.96%
B = 15.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#01B221 (or 0x01B221) is known color: Dark Pastel Green. HEX triplet: 01, B2 and 21. RGB value is (1,178,33). Sum of RGB (Red+Green+Blue) = 1+178+33=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 178 (69.92% from 255 or 83.96% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 178 - color contains mainly: green. Hex color #01B221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B221 is #FE4DDE. Grayscale: #6C6C6C. Windows color (decimal): -16666079 or 2208257. OLE color: 2208257.

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

Color convert

RGB 1 178 33 -
CMYK 0.99 0 0.81 0.30
HSL 130.85º 0.99% 0.35% -
HSV(B) 130.85º 0.99% 0.7% -
XYZ 16.21 31.96 6.75 -
YUV 108.55 85.36 51.29 -
System Red Green Blue C M Y K H S L
Decimal 1 178 33 0.99 0 0.81 0.30 130.85 0.99 0.35
Hex 1 B2 21 63 0 51 1E 83 63 23
Octal 1 262 41 143 0 121 36 203 143 43
Binary 1 10110010 100001 1100011 0 1010001 11110 10000011 1100011 100011

Color Harmonies of #01B221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B221

Black with #01B221

Text Example


Text Example

White with #01B221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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