Html Css Color HEX #00D020 Dark Pastel Green

📋 copy color: '#00D020'

red 0 ◦ green 208 ◦ blue 32

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

Shades of Dark Pastel Green #00D020

Tints of Dark Pastel Green #00D020

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 208 (81.64% from 255) = 86.67%

 BLUE value IS 32 (12.89% from 255) = 13.33%

R = 0%
G = 86.67%
B = 13.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#00D020 (or 0x00D020) is known color: Dark Pastel Green. HEX triplet: 00, D0 and 20. RGB value is (0,208,32). Sum of RGB (Red+Green+Blue) = 0+208+32=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 208 (81.64% from 255 or 86.67% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 208 - color contains mainly: green. Hex color #00D020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D020 is #FF2FDF. Grayscale: #7E7E7E. Windows color (decimal): -16723936 or 2150400. OLE color: 2150400.

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

Color convert

RGB 0 208 32 -
CMYK 1 0 0.85 0.18
HSL 129.23º 1% 0.41% -
HSV(B) 129.23º 1% 0.82% -
XYZ 22.82 45.22 8.89 -
YUV 125.74 75.09 38.31 -
System Red Green Blue C M Y K H S L
Decimal 0 208 32 1 0 0.85 0.18 129.23 1 0.41
Hex 0 D0 20 64 0 55 12 81 64 29
Octal 0 320 40 144 0 125 22 201 144 51
Binary 0 11010000 100000 1100100 0 1010101 10010 10000001 1100100 101001

Color Harmonies of #00D020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D020

Black with #00D020

Text Example


Text Example

White with #00D020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D020; }

 p { color: rgb(0,208,32); }

 H1.HeaderClassName
 {
   color: #00D020;
 }
 .AnyTagClassName
 {
   color: #00D020;
 }
</style>

background-color css

<style>
 a { background-color: #00D020; }

 a { background-color: rgb(0,208,32); }

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

border-color css

<style>
 span { border-color: #00D020; }

 span { border-color: rgb(0,208,32); }

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