Html Css Color HEX #01B821 Dark Pastel Green

📋 copy color: '#01B821'

red 1 ◦ green 184 ◦ blue 33

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

Shades of Dark Pastel Green #01B821

Tints of Dark Pastel Green #01B821

RGB

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

 GREEN value IS 184 (72.27% from 255) = 84.4%

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

R = 0.46%
G = 84.4%
B = 15.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#01B821 (or 0x01B821) is known color: Dark Pastel Green. HEX triplet: 01, B8 and 21. RGB value is (1,184,33). Sum of RGB (Red+Green+Blue) = 1+184+33=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 184 (72.27% from 255 or 84.40% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 184 - color contains mainly: green. Hex color #01B821 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B821 is #FE47DE. Grayscale: #707070. Windows color (decimal): -16664543 or 2209793. OLE color: 2209793.

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

Color convert

RGB 1 184 33 -
CMYK 0.99 0 0.82 0.28
HSL 130.49º 0.99% 0.36% -
HSV(B) 130.49º 0.99% 0.72% -
XYZ 17.43 34.4 7.16 -
YUV 112.07 83.37 48.78 -
System Red Green Blue C M Y K H S L
Decimal 1 184 33 0.99 0 0.82 0.28 130.49 0.99 0.36
Hex 1 B8 21 63 0 52 1C 82 63 24
Octal 1 270 41 143 0 122 34 202 143 44
Binary 1 10111000 100001 1100011 0 1010010 11100 10000010 1100011 100100

Color Harmonies of #01B821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B821

Black with #01B821

Text Example


Text Example

White with #01B821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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