Html Css Color HEX #01B22E Dark Pastel Green

📋 copy color: '#01B22E'

red 1 ◦ green 178 ◦ blue 46

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

Shades of Dark Pastel Green #01B22E

Tints of Dark Pastel Green #01B22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 0.44%
G = 79.11%
B = 20.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#01B22E (or 0x01B22E) is known color: Dark Pastel Green. HEX triplet: 01, B2 and 2E. RGB value is (1,178,46). Sum of RGB (Red+Green+Blue) = 1+178+46=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 178 (69.92% from 255 or 79.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 178 - color contains mainly: green. Hex color #01B22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B22E is #FE4DD1. Grayscale: #6E6E6E. Windows color (decimal): -16666066 or 3060225. OLE color: 3060225.

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

Color convert

RGB 1 178 46 -
CMYK 0.99 0 0.74 0.30
HSL 135.25º 0.99% 0.35% -
HSV(B) 135.25º 0.99% 0.7% -
XYZ 16.43 32.04 7.9 -
YUV 110.03 91.86 50.23 -
System Red Green Blue C M Y K H S L
Decimal 1 178 46 0.99 0 0.74 0.30 135.25 0.99 0.35
Hex 1 B2 2E 63 0 4A 1E 87 63 23
Octal 1 262 56 143 0 112 36 207 143 43
Binary 1 10110010 101110 1100011 0 1001010 11110 10000111 1100011 100011

Color Harmonies of #01B22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B22E

Black with #01B22E

Text Example


Text Example

White with #01B22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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