Html Css Color HEX #01B020 Dark Pastel Green

📋 copy color: '#01B020'

red 1 ◦ green 176 ◦ blue 32

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

Shades of Dark Pastel Green #01B020

Tints of Dark Pastel Green #01B020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 84.21%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 0.48%
G = 84.21%
B = 15.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#01B020 (or 0x01B020) is known color: Dark Pastel Green. HEX triplet: 01, B0 and 20. RGB value is (1,176,32). Sum of RGB (Red+Green+Blue) = 1+176+32=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 176 (69.14% from 255 or 84.21% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 176 - color contains mainly: green. Hex color #01B020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B020 is #FE4FDF. Grayscale: #6B6B6B. Windows color (decimal): -16666592 or 2142209. OLE color: 2142209.

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

Color convert

RGB 1 176 32 -
CMYK 0.99 0 0.82 0.31
HSL 130.63º 0.99% 0.35% -
HSV(B) 130.63º 0.99% 0.69% -
XYZ 15.8 31.16 6.55 -
YUV 107.26 85.52 52.21 -
System Red Green Blue C M Y K H S L
Decimal 1 176 32 0.99 0 0.82 0.31 130.63 0.99 0.35
Hex 1 B0 20 63 0 52 1F 83 63 23
Octal 1 260 40 143 0 122 37 203 143 43
Binary 1 10110000 100000 1100011 0 1010010 11111 10000011 1100011 100011

Color Harmonies of #01B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B020

Black with #01B020

Text Example


Text Example

White with #01B020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,176,32); }

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

background-color css

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

 a { background-color: rgb(1,176,32); }

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

border-color css

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

 span { border-color: rgb(1,176,32); }

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