Html Css Color HEX #01B922 Dark Pastel Green

📋 copy color: '#01B922'

red 1 ◦ green 185 ◦ blue 34

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

Shades of Dark Pastel Green #01B922

Tints of Dark Pastel Green #01B922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 0.45%
G = 84.09%
B = 15.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#01B922 (or 0x01B922) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 22. RGB value is (1,185,34). Sum of RGB (Red+Green+Blue) = 1+185+34=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 185 (72.66% from 255 or 84.09% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 185 - color contains mainly: green. Hex color #01B922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B922 is #FE46DD. Grayscale: #717171. Windows color (decimal): -16664286 or 2275585. OLE color: 2275585.

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

Color convert

RGB 1 185 34 -
CMYK 0.99 0 0.82 0.27
HSL 130.76º 0.99% 0.36% -
HSV(B) 130.76º 0.99% 0.73% -
XYZ 17.65 34.82 7.3 -
YUV 112.77 83.54 48.28 -
System Red Green Blue C M Y K H S L
Decimal 1 185 34 0.99 0 0.82 0.27 130.76 0.99 0.36
Hex 1 B9 22 63 0 52 1B 83 63 24
Octal 1 271 42 143 0 122 33 203 143 44
Binary 1 10111001 100010 1100011 0 1010010 11011 10000011 1100011 100100

Color Harmonies of #01B922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B922

Black with #01B922

Text Example


Text Example

White with #01B922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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