Html Css Color HEX #03C828 Dark Pastel Green

📋 copy color: '#03C828'

red 3 ◦ green 200 ◦ blue 40

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

Shades of Dark Pastel Green #03C828

Tints of Dark Pastel Green #03C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 82.3%

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

R = 1.23%
G = 82.3%
B = 16.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#03C828 (or 0x03C828) is known color: Dark Pastel Green. HEX triplet: 03, C8 and 28. RGB value is (3,200,40). Sum of RGB (Red+Green+Blue) = 3+200+40=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 200 (78.52% from 255 or 82.30% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 200 - color contains mainly: green. Hex color #03C828 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C828 is #FC37D7. Grayscale: #7B7B7B. Windows color (decimal): -16529368 or 2672643. OLE color: 2672643.

HSL color Cylindrical-coordinate representation of color #03C828: hue angle of 131.27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C828 is Cyan = 0.98, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 200 40 -
CMYK 0.98 0 0.8 0.22
HSL 131.27º 0.97% 0.4% -
HSV(B) 131.27º 0.99% 0.78% -
XYZ 21.07 41.48 8.9 -
YUV 122.86 81.23 42.51 -
System Red Green Blue C M Y K H S L
Decimal 3 200 40 0.98 0 0.8 0.22 131.27 0.97 0.4
Hex 3 C8 28 62 0 50 16 83 61 28
Octal 3 310 50 142 0 120 26 203 141 50
Binary 11 11001000 101000 1100010 0 1010000 10110 10000011 1100001 101000

Color Harmonies of #03C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C828

Black with #03C828

Text Example


Text Example

White with #03C828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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