Html Css Color HEX #00D044 Dark Pastel Green

📋 copy color: '#00D044'

red 0 ◦ green 208 ◦ blue 68

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

Shades of Dark Pastel Green #00D044

Tints of Dark Pastel Green #00D044

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.36%

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 0%
G = 75.36%
B = 24.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#00D044 (or 0x00D044) is known color: Dark Pastel Green. HEX triplet: 00, D0 and 44. RGB value is (0,208,68). Sum of RGB (Red+Green+Blue) = 0+208+68=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #00D044 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D044 is #FF2FBB. Grayscale: #828282. Windows color (decimal): -16723900 or 4509696. OLE color: 4509696.

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

Color convert

RGB 0 208 68 -
CMYK 1 0 0.67 0.18
HSL 139.62º 1% 0.41% -
HSV(B) 139.62º 1% 0.82% -
XYZ 23.6 45.53 13.01 -
YUV 129.85 93.09 35.38 -
System Red Green Blue C M Y K H S L
Decimal 0 208 68 1 0 0.67 0.18 139.62 1 0.41
Hex 0 D0 44 64 0 43 12 8C 64 29
Octal 0 320 104 144 0 103 22 214 144 51
Binary 0 11010000 1000100 1100100 0 1000011 10010 10001100 1100100 101001

Color Harmonies of #00D044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D044

Black with #00D044

Text Example


Text Example

White with #00D044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,208,68); }

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

background-color css

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

 a { background-color: rgb(0,208,68); }

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

border-color css

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

 span { border-color: rgb(0,208,68); }

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