#00D629

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

Shades of Dark Pastel Green #00D629

Tints of Dark Pastel Green #00D629

Color information

#00D629 (or 0x00D629) is unknown color: approx Dark Pastel Green. HEX triplet: 00, D6 and 29. RGB value is (0,214,41). Sum of RGB (Red+Green+Blue) = 0+214+41=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 214 (83.98% from 255 or 83.92% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 214 - color contains mainly: green. Hex color #00D629 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D629 is #FF29D6. Grayscale: #828282. Windows color (decimal): -16722391 or 2741760. OLE color: 2741760.

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

Color convert

RGB021441-
CMYK100.810.16
HSL131.5º100%41.96%-
HSV(B)131.5º100%83.92%-
XYZ24.4548.2510.12-
YUV130.2977.635.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 214 (83.98% from 255) = 83.92%
BLUE value IS 41 (16.41% from 255) = 16.08%
R=0%
G=83.92%
B=16.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal021441100.810.16131.510041.96
Hex0D629640511083642a
Octal03265114401212020314452
Binary01101011010100111001000101000110000100000111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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