Html Css Color HEX #01D242 Dark Pastel Green

📋 copy color: '#01D242'

red 1 ◦ green 210 ◦ blue 66

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

Shades of Dark Pastel Green #01D242

Tints of Dark Pastel Green #01D242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 75.81%

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 0.36%
G = 75.81%
B = 23.83%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#01D242 (or 0x01D242) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 42. RGB value is (1,210,66). Sum of RGB (Red+Green+Blue) = 1+210+66=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 210 (82.42% from 255 or 75.81% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 210 - color contains mainly: green. Hex color #01D242 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D242 is #FE2DBD. Grayscale: #838383. Windows color (decimal): -16657854 or 4379137. OLE color: 4379137.

HSL color Cylindrical-coordinate representation of color #01D242: hue angle of 138.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D242 is Cyan = 1.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 210 66 -
CMYK 1.00 0 0.69 0.18
HSL 138.66º 0.99% 0.41% -
HSV(B) 138.66º 1% 0.82% -
XYZ 24.04 46.49 12.86 -
YUV 131.09 91.26 35.21 -
System Red Green Blue C M Y K H S L
Decimal 1 210 66 1.00 0 0.69 0.18 138.66 0.99 0.41
Hex 1 D2 42 64 0 45 12 8B 63 29
Octal 1 322 102 144 0 105 22 213 143 51
Binary 1 11010010 1000010 1100100 0 1000101 10010 10001011 1100011 101001

Color Harmonies of #01D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D242

Black with #01D242

Text Example


Text Example

White with #01D242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,210,66); }

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

background-color css

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

 a { background-color: rgb(1,210,66); }

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

border-color css

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

 span { border-color: rgb(1,210,66); }

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