#01D631

Color #01D631 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01D631

Tints of Dark Pastel Green #01D631

Color information

#01D631 (or 0x01D631) is unknown color: approx Dark Pastel Green. HEX triplet: 01, D6 and 31. RGB value is (1,214,49). Sum of RGB (Red+Green+Blue) = 1+214+49=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 214 (83.98% from 255 or 81.06% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 214 - color contains mainly: green. Hex color #01D631 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D631 is #FE29CE. Grayscale: #838383. Windows color (decimal): -16656847 or 3266049. OLE color: 3266049.

HSL color Cylindrical-coordinate representation of color #01D631: hue angle of 133.52º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D631 is Cyan = 1.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB121449-
CMYK1.0000.770.16
HSL133.52º99.07%42.16%-
HSV(B)133.52º99.53%83.92%-
XYZ24.6148.3210.94-
YUV131.581.4334.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 214 (83.98% from 255) = 81.06%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=0.38%
G=81.06%
B=18.56%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1214491.0000.770.16133.5299.0742.16
Hex1D6316404D1086632a
Octal13266114401152020614352
Binary11101011011000111001000100110110000100001101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,214,49); }

 H1.HeaderClassName
 {
   color: #01D631;
 }
 .AnyTagClassName
 {
   color: #01D631;
 }
</style>
background-color css

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

 a { background-color: rgb(1,214,49); }

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

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

 span { border-color: rgb(1,214,49); }

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