#00D528

Color #00D528 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00D528

Tints of Dark Pastel Green #00D528

Color information

#00D528 (or 0x00D528) is unknown color: approx Dark Pastel Green. HEX triplet: 00, D5 and 28. RGB value is (0,213,40). Sum of RGB (Red+Green+Blue) = 0+213+40=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 213 (83.59% from 255 or 84.19% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 213 - color contains mainly: green. Hex color #00D528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D528 is #FF2AD7. Grayscale: #828282. Windows color (decimal): -16722648 or 2675968. OLE color: 2675968.

HSL color Cylindrical-coordinate representation of color #00D528: hue angle of 131.27º 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 #00D528 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB021340-
CMYK100.810.16
HSL131.27º100%41.76%-
HSV(B)131.27º100%83.53%-
XYZ24.1847.749.95-
YUV129.5977.4335.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 213 (83.59% from 255) = 84.19%
BLUE value IS 40 (16.02% from 255) = 15.81%
R=0%
G=84.19%
B=15.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal021340100.810.16131.2710041.76
Hex0D528640511083642a
Octal03255014401212020314452
Binary01101010110100011001000101000110000100000111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00D528;
 }
 .AnyTagClassName
 {
   color: #00D528;
 }
</style>
background-color css

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

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

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

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

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

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