#01D632

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

Shades of Dark Pastel Green #01D632

Tints of Dark Pastel Green #01D632

Color information

#01D632 (or 0x01D632) is unknown color: approx Dark Pastel Green. HEX triplet: 01, D6 and 32. RGB value is (1,214,50). Sum of RGB (Red+Green+Blue) = 1+214+50=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 214 (83.98% from 255 or 80.75% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 214 - color contains mainly: green. Hex color #01D632 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D632 is #FE29CD. Grayscale: #848484. Windows color (decimal): -16656846 or 3331585. OLE color: 3331585.

HSL color Cylindrical-coordinate representation of color #01D632: hue angle of 133.8º 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 #01D632 is Cyan = 1.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB121450-
CMYK1.0000.770.16
HSL133.8º99.07%42.16%-
HSV(B)133.8º99.53%83.92%-
XYZ24.6348.3311.05-
YUV131.6281.9334.84-

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) = 80.75%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=0.38%
G=80.75%
B=18.87%

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
Decimal1214501.0000.770.16133.899.0742.16
Hex1D6326404D1086632a
Octal13266214401152020614352
Binary11101011011001011001000100110110000100001101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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