Html Css Color HEX #00DB28 Dark Pastel Green

📋 copy color: '#00DB28'

red 0 ◦ green 219 ◦ blue 40

#00DB28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #00DB28

Tints of Dark Pastel Green #00DB28

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 219 (85.94% from 255) = 84.56%

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 0%
G = 84.56%
B = 15.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#00DB28 (or 0x00DB28) is known color: Dark Pastel Green. HEX triplet: 00, DB and 28. RGB value is (0,219,40). Sum of RGB (Red+Green+Blue) = 0+219+40=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 219 (85.94% from 255 or 84.56% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 219 - color contains mainly: green. Hex color #00DB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DB28 is #FF24D7. Grayscale: #858585. Windows color (decimal): -16721112 or 2677504. OLE color: 2677504.

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

Color convert

RGB 0 219 40 -
CMYK 1 0 0.82 0.14
HSL 130.96º 1% 0.43% -
HSV(B) 130.96º 1% 0.86% -
XYZ 25.71 50.82 10.46 -
YUV 133.11 75.45 33.05 -
System Red Green Blue C M Y K H S L
Decimal 0 219 40 1 0 0.82 0.14 130.96 1 0.43
Hex 0 DB 28 64 0 52 E 83 64 2B
Octal 0 333 50 144 0 122 16 203 144 53
Binary 0 11011011 101000 1100100 0 1010010 1110 10000011 1100100 101011

Color Harmonies of #00DB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DB28

Black with #00DB28

Text Example


Text Example

White with #00DB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00DB28;
 }
 .AnyTagClassName
 {
   color: #00DB28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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