#00DE2E

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

Shades of Dark Pastel Green #00DE2E

Tints of Dark Pastel Green #00DE2E

Color information

#00DE2E (or 0x00DE2E) is unknown color: approx Dark Pastel Green. HEX triplet: 00, DE and 2E. RGB value is (0,222,46). Sum of RGB (Red+Green+Blue) = 0+222+46=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 222 (87.11% from 255 or 82.84% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DE2E is #FF21D1. Grayscale: #888888. Windows color (decimal): -16720338 or 3071488. OLE color: 3071488.

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

Color convert

RGB022246-
CMYK100.790.13
HSL132.43º100%43.53%-
HSV(B)132.43º100%87.06%-
XYZ26.6152.4411.3-
YUV135.5677.4531.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 222 (87.11% from 255) = 82.84%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=0%
G=82.84%
B=17.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022246100.790.13132.4310043.53
Hex0DE2E6404FD84642c
Octal03365614401171520414454
Binary0110111101011101100100010011111101100001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,222,46); }

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

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

 a { background-color: rgb(0,222,46); }

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

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

 span { border-color: rgb(0,222,46); }

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