Html Css Color HEX #03C028 Dark Pastel Green

📋 copy color: '#03C028'

red 3 ◦ green 192 ◦ blue 40

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

Shades of Dark Pastel Green #03C028

Tints of Dark Pastel Green #03C028

RGB

 RED value IS 3 (1.56% from 255) = 1.28%

 GREEN value IS 192 (75.39% from 255) = 81.7%

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

R = 1.28%
G = 81.7%
B = 17.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#03C028 (or 0x03C028) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 28. RGB value is (3,192,40). Sum of RGB (Red+Green+Blue) = 3+192+40=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #03C028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C028 is #FC3FD7. Grayscale: #767676. Windows color (decimal): -16531416 or 2670595. OLE color: 2670595.

HSL color Cylindrical-coordinate representation of color #03C028: hue angle of 131.75º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C028 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 192 40 -
CMYK 0.98 0 0.79 0.25
HSL 131.75º 0.97% 0.38% -
HSV(B) 131.75º 0.98% 0.75% -
XYZ 19.27 37.87 8.3 -
YUV 118.16 83.88 45.86 -
System Red Green Blue C M Y K H S L
Decimal 3 192 40 0.98 0 0.79 0.25 131.75 0.97 0.38
Hex 3 C0 28 62 0 4F 19 84 61 26
Octal 3 300 50 142 0 117 31 204 141 46
Binary 11 11000000 101000 1100010 0 1001111 11001 10000100 1100001 100110

Color Harmonies of #03C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C028

Black with #03C028

Text Example


Text Example

White with #03C028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03C028; }

 p { color: rgb(3,192,40); }

 H1.HeaderClassName
 {
   color: #03C028;
 }
 .AnyTagClassName
 {
   color: #03C028;
 }
</style>

background-color css

<style>
 a { background-color: #03C028; }

 a { background-color: rgb(3,192,40); }

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

border-color css

<style>
 span { border-color: #03C028; }

 span { border-color: rgb(3,192,40); }

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