Html Css Color HEX #01B91D Dark Pastel Green

📋 copy color: '#01B91D'

red 1 ◦ green 185 ◦ blue 29

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

Shades of Dark Pastel Green #01B91D

Tints of Dark Pastel Green #01B91D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.49%

R = 0.47%
G = 86.05%
B = 13.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#01B91D (or 0x01B91D) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 1D. RGB value is (1,185,29). Sum of RGB (Red+Green+Blue) = 1+185+29=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 185 (72.66% from 255 or 86.05% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 185 - color contains mainly: green. Hex color #01B91D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B91D is #FE46E2. Grayscale: #707070. Windows color (decimal): -16664291 or 1947905. OLE color: 1947905.

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

Color convert

RGB 1 185 29 -
CMYK 0.99 0 0.84 0.27
HSL 129.13º 0.99% 0.36% -
HSV(B) 129.13º 0.99% 0.73% -
XYZ 17.58 34.79 6.95 -
YUV 112.2 81.04 48.68 -
System Red Green Blue C M Y K H S L
Decimal 1 185 29 0.99 0 0.84 0.27 129.13 0.99 0.36
Hex 1 B9 1D 63 0 54 1B 81 63 24
Octal 1 271 35 143 0 124 33 201 143 44
Binary 1 10111001 11101 1100011 0 1010100 11011 10000001 1100011 100100

Color Harmonies of #01B91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B91D

Black with #01B91D

Text Example


Text Example

White with #01B91D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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