#00D440

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

Shades of Dark Pastel Green #00D440

Tints of Dark Pastel Green #00D440

Color information

#00D440 (or 0x00D440) is unknown color: approx Dark Pastel Green. HEX triplet: 00, D4 and 40. RGB value is (0,212,64). Sum of RGB (Red+Green+Blue) = 0+212+64=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 212 (83.20% from 255 or 76.81% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 212 - color contains mainly: green. Hex color #00D440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D440 is #FF2BBF. Grayscale: #848484. Windows color (decimal): -16722880 or 4248576. OLE color: 4248576.

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

Color convert

RGB021264-
CMYK100.700.17
HSL138.11º100%41.57%-
HSV(B)138.11º100%83.14%-
XYZ24.4747.4612.72-
YUV131.7489.7634.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 212 (83.20% from 255) = 76.81%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=0%
G=76.81%
B=23.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal021264100.700.17138.1110041.57
Hex0D44064046118a642a
Octal032410014401062121214452
Binary011010100100000011001000100011010001100010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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