Html Css Color HEX #01B11C Dark Pastel Green

📋 copy color: '#01B11C'

red 1 ◦ green 177 ◦ blue 28

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

Shades of Dark Pastel Green #01B11C

Tints of Dark Pastel Green #01B11C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 85.92%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 0.49%
G = 85.92%
B = 13.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#01B11C (or 0x01B11C) is known color: Dark Pastel Green. HEX triplet: 01, B1 and 1C. RGB value is (1,177,28). Sum of RGB (Red+Green+Blue) = 1+177+28=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 177 (69.53% from 255 or 85.92% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 177 - color contains mainly: green. Hex color #01B11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01B11C is #FE4EE3. Grayscale: #6B6B6B. Windows color (decimal): -16666340 or 1880321. OLE color: 1880321.

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

Color convert

RGB 1 177 28 -
CMYK 0.99 0 0.84 0.31
HSL 129.2º 0.99% 0.35% -
HSV(B) 129.2º 0.99% 0.69% -
XYZ 15.94 31.53 6.35 -
YUV 107.39 83.19 52.12 -
System Red Green Blue C M Y K H S L
Decimal 1 177 28 0.99 0 0.84 0.31 129.2 0.99 0.35
Hex 1 B1 1C 63 0 54 1F 81 63 23
Octal 1 261 34 143 0 124 37 201 143 43
Binary 1 10110001 11100 1100011 0 1010100 11111 10000001 1100011 100011

Color Harmonies of #01B11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B11C

Black with #01B11C

Text Example


Text Example

White with #01B11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,177,28); }

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

background-color css

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

 a { background-color: rgb(1,177,28); }

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

border-color css

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

 span { border-color: rgb(1,177,28); }

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