Html Css Color HEX #04D01C Dark Pastel Green

📋 copy color: '#04D01C'

red 4 ◦ green 208 ◦ blue 28

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

Shades of Dark Pastel Green #04D01C

Tints of Dark Pastel Green #04D01C

RGB

 RED value IS 4 (1.95% from 255) = 1.67%

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

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 1.67%
G = 86.67%
B = 11.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#04D01C (or 0x04D01C) is known color: Dark Pastel Green. HEX triplet: 04, D0 and 1C. RGB value is (4,208,28). Sum of RGB (Red+Green+Blue) = 4+208+28=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 208 (81.64% from 255 or 86.67% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 208 - color contains mainly: green. Hex color #04D01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D01C is #FB2FE3. Grayscale: #7F7F7F. Windows color (decimal): -16461796 or 1888260. OLE color: 1888260.

HSL color Cylindrical-coordinate representation of color #04D01C: hue angle of 127.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D01C is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 208 28 -
CMYK 0.98 0 0.87 0.18
HSL 127.06º 0.96% 0.42% -
HSV(B) 127.06º 0.98% 0.82% -
XYZ 22.82 45.22 8.62 -
YUV 126.48 72.41 40.64 -
System Red Green Blue C M Y K H S L
Decimal 4 208 28 0.98 0 0.87 0.18 127.06 0.96 0.42
Hex 4 D0 1C 62 0 57 12 7F 60 2A
Octal 4 320 34 142 0 127 22 177 140 52
Binary 100 11010000 11100 1100010 0 1010111 10010 1111111 1100000 101010

Color Harmonies of #04D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D01C

Black with #04D01C

Text Example


Text Example

White with #04D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04D01C; }

 p { color: rgb(4,208,28); }

 H1.HeaderClassName
 {
   color: #04D01C;
 }
 .AnyTagClassName
 {
   color: #04D01C;
 }
</style>

background-color css

<style>
 a { background-color: #04D01C; }

 a { background-color: rgb(4,208,28); }

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

border-color css

<style>
 span { border-color: #04D01C; }

 span { border-color: rgb(4,208,28); }

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