Html Css Color HEX #00D529 Dark Pastel Green

📋 copy color: '#00D529'

red 0 ◦ green 213 ◦ blue 41

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

Shades of Dark Pastel Green #00D529

Tints of Dark Pastel Green #00D529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 83.86%

 BLUE value IS 41 (16.41% from 255) = 16.14%

R = 0%
G = 83.86%
B = 16.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#00D529 (or 0x00D529) is known color: Dark Pastel Green. HEX triplet: 00, D5 and 29. RGB value is (0,213,41). Sum of RGB (Red+Green+Blue) = 0+213+41=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 213 (83.59% from 255 or 83.86% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 213 - color contains mainly: green. Hex color #00D529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D529 is #FF2AD6. Grayscale: #828282. Windows color (decimal): -16722647 or 2741504. OLE color: 2741504.

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

Color convert

RGB 0 213 41 -
CMYK 1 0 0.81 0.16
HSL 131.55º 1% 0.42% -
HSV(B) 131.55º 1% 0.84% -
XYZ 24.19 47.75 10.04 -
YUV 129.71 77.93 35.49 -
System Red Green Blue C M Y K H S L
Decimal 0 213 41 1 0 0.81 0.16 131.55 1 0.42
Hex 0 D5 29 64 0 51 10 84 64 2A
Octal 0 325 51 144 0 121 20 204 144 52
Binary 0 11010101 101001 1100100 0 1010001 10000 10000100 1100100 101010

Color Harmonies of #00D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D529

Black with #00D529

Text Example


Text Example

White with #00D529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,213,41); }

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

background-color css

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

 a { background-color: rgb(0,213,41); }

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

border-color css

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

 span { border-color: rgb(0,213,41); }

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