#00DD2C

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

Shades of Dark Pastel Green #00DD2C

Tints of Dark Pastel Green #00DD2C

Color information

#00DD2C (or 0x00DD2C) is unknown color: approx Dark Pastel Green. HEX triplet: 00, DD and 2C. RGB value is (0,221,44). Sum of RGB (Red+Green+Blue) = 0+221+44=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 221 (86.72% from 255 or 83.40% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD2C is #FF22D3. Grayscale: #878787. Windows color (decimal): -16720596 or 2940160. OLE color: 2940160.

HSL color Cylindrical-coordinate representation of color #00DD2C: hue angle of 131.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD2C is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB022144-
CMYK100.800.13
HSL131.95º100%43.33%-
HSV(B)131.95º100%86.67%-
XYZ26.3151.8911.01-
YUV134.7476.7831.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 83.40%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=0%
G=83.40%
B=16.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022144100.800.13131.9510043.33
Hex0DD2C64050D84642b
Octal03355414401201520414453
Binary0110111011011001100100010100001101100001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,221,44); }

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

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

 a { background-color: rgb(0,221,44); }

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

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

 span { border-color: rgb(0,221,44); }

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