Html Css Color HEX #01DF2B Dark Pastel Green

📋 copy color: '#01DF2B'

red 1 ◦ green 223 ◦ blue 43

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

Shades of Dark Pastel Green #01DF2B

Tints of Dark Pastel Green #01DF2B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 83.52%

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 0.37%
G = 83.52%
B = 16.1%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#01DF2B (or 0x01DF2B) is known color: Dark Pastel Green. HEX triplet: 01, DF and 2B. RGB value is (1,223,43). Sum of RGB (Red+Green+Blue) = 1+223+43=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 223 (87.5% from 255 or 83.52% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF2B is #FE20D4. Grayscale: #888888. Windows color (decimal): -16654549 or 2875137. OLE color: 2875137.

HSL color Cylindrical-coordinate representation of color #01DF2B: hue angle of 131.35º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF2B is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 223 43 -
CMYK 1.00 0 0.81 0.13
HSL 131.35º 0.99% 0.44% -
HSV(B) 131.35º 1% 0.87% -
XYZ 26.84 52.96 11.09 -
YUV 136.1 75.45 31.64 -
System Red Green Blue C M Y K H S L
Decimal 1 223 43 1.00 0 0.81 0.13 131.35 0.99 0.44
Hex 1 DF 2B 64 0 51 D 83 63 2C
Octal 1 337 53 144 0 121 15 203 143 54
Binary 1 11011111 101011 1100100 0 1010001 1101 10000011 1100011 101100

Color Harmonies of #01DF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF2B

Black with #01DF2B

Text Example


Text Example

White with #01DF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,223,43); }

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

background-color css

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

 a { background-color: rgb(1,223,43); }

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

border-color css

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

 span { border-color: rgb(1,223,43); }

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