Html Css Color HEX #01B920 Dark Pastel Green

📋 copy color: '#01B920'

red 1 ◦ green 185 ◦ blue 32

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

Shades of Dark Pastel Green #01B920

Tints of Dark Pastel Green #01B920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 84.86%

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

R = 0.46%
G = 84.86%
B = 14.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#01B920 (or 0x01B920) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 20. RGB value is (1,185,32). Sum of RGB (Red+Green+Blue) = 1+185+32=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 185 (72.66% from 255 or 84.86% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 185 - color contains mainly: green. Hex color #01B920 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B920 is #FE46DF. Grayscale: #707070. Windows color (decimal): -16664288 or 2144513. OLE color: 2144513.

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

Color convert

RGB 1 185 32 -
CMYK 0.99 0 0.83 0.27
HSL 130.11º 0.99% 0.36% -
HSV(B) 130.11º 0.99% 0.73% -
XYZ 17.62 34.81 7.16 -
YUV 112.54 82.54 48.44 -
System Red Green Blue C M Y K H S L
Decimal 1 185 32 0.99 0 0.83 0.27 130.11 0.99 0.36
Hex 1 B9 20 63 0 53 1B 82 63 24
Octal 1 271 40 143 0 123 33 202 143 44
Binary 1 10111001 100000 1100011 0 1010011 11011 10000010 1100011 100100

Color Harmonies of #01B920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B920

Black with #01B920

Text Example


Text Example

White with #01B920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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