#01D633

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

Shades of Dark Pastel Green #01D633

Tints of Dark Pastel Green #01D633

Color information

#01D633 (or 0x01D633) is unknown color: approx Dark Pastel Green. HEX triplet: 01, D6 and 33. RGB value is (1,214,51). Sum of RGB (Red+Green+Blue) = 1+214+51=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #01D633 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D633 is #FE29CC. Grayscale: #848484. Windows color (decimal): -16656845 or 3397121. OLE color: 3397121.

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

Color convert

RGB121451-
CMYK1.0000.760.16
HSL134.08º99.07%42.16%-
HSV(B)134.08º99.53%83.92%-
XYZ24.6648.3411.16-
YUV131.7382.4334.75-

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.45%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=0.38%
G=80.45%
B=19.17%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1214511.0000.760.16134.0899.0742.16
Hex1D6336404C1086632a
Octal13266314401142020614352
Binary11101011011001111001000100110010000100001101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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