Html Css Color HEX #01AB27 Dark Pastel Green

📋 copy color: '#01AB27'

red 1 ◦ green 171 ◦ blue 39

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

Shades of Dark Pastel Green #01AB27

Tints of Dark Pastel Green #01AB27

RGB

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

 GREEN value IS 171 (67.19% from 255) = 81.04%

 BLUE value IS 39 (15.63% from 255) = 18.48%

R = 0.47%
G = 81.04%
B = 18.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#01AB27 (or 0x01AB27) is known color: Dark Pastel Green. HEX triplet: 01, AB and 27. RGB value is (1,171,39). Sum of RGB (Red+Green+Blue) = 1+171+39=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 171 (67.19% from 255 or 81.04% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AB27 is #FE54D8. Grayscale: #696969. Windows color (decimal): -16667865 or 2599681. OLE color: 2599681.

HSL color Cylindrical-coordinate representation of color #01AB27: hue angle of 133.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AB27 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 171 39 -
CMYK 0.99 0 0.77 0.33
HSL 133.41º 0.99% 0.34% -
HSV(B) 133.41º 0.99% 0.67% -
XYZ 14.94 29.28 6.78 -
YUV 105.12 90.68 53.73 -
System Red Green Blue C M Y K H S L
Decimal 1 171 39 0.99 0 0.77 0.33 133.41 0.99 0.34
Hex 1 AB 27 63 0 4D 21 85 63 22
Octal 1 253 47 143 0 115 41 205 143 42
Binary 1 10101011 100111 1100011 0 1001101 100001 10000101 1100011 100010

Color Harmonies of #01AB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AB27

Black with #01AB27

Text Example


Text Example

White with #01AB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,171,39); }

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

background-color css

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

 a { background-color: rgb(1,171,39); }

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

border-color css

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

 span { border-color: rgb(1,171,39); }

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