Html Css Color HEX #00D428 Dark Pastel Green

📋 copy color: '#00D428'

red 0 ◦ green 212 ◦ blue 40

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

Shades of Dark Pastel Green #00D428

Tints of Dark Pastel Green #00D428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 84.13%

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 0%
G = 84.13%
B = 15.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#00D428 (or 0x00D428) is known color: Dark Pastel Green. HEX triplet: 00, D4 and 28. RGB value is (0,212,40). Sum of RGB (Red+Green+Blue) = 0+212+40=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 212 (83.20% from 255 or 84.13% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 212 - color contains mainly: green. Hex color #00D428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D428 is #FF2BD7. Grayscale: #818181. Windows color (decimal): -16722904 or 2675712. OLE color: 2675712.

HSL color Cylindrical-coordinate representation of color #00D428: hue angle of 131.32º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D428 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 0 212 40 -
CMYK 1 0 0.81 0.17
HSL 131.32º 1% 0.42% -
HSV(B) 131.32º 1% 0.83% -
XYZ 23.93 47.24 9.86 -
YUV 129 77.76 35.99 -
System Red Green Blue C M Y K H S L
Decimal 0 212 40 1 0 0.81 0.17 131.32 1 0.42
Hex 0 D4 28 64 0 51 11 83 64 2A
Octal 0 324 50 144 0 121 21 203 144 52
Binary 0 11010100 101000 1100100 0 1010001 10001 10000011 1100100 101010

Color Harmonies of #00D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D428

Black with #00D428

Text Example


Text Example

White with #00D428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,212,40); }

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

background-color css

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

 a { background-color: rgb(0,212,40); }

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

border-color css

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

 span { border-color: rgb(0,212,40); }

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