Html Css Color HEX #03C150 Dark Pastel Green

📋 copy color: '#03C150'

red 3 ◦ green 193 ◦ blue 80

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

Shades of Dark Pastel Green #03C150

Tints of Dark Pastel Green #03C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.93%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 1.09%
G = 69.93%
B = 28.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#03C150 (or 0x03C150) is known color: Dark Pastel Green. HEX triplet: 03, C1 and 50. RGB value is (3,193,80). Sum of RGB (Red+Green+Blue) = 3+193+80=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #03C150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C150 is #FC3EAF. Grayscale: #7B7B7B. Windows color (decimal): -16531120 or 5292291. OLE color: 5292291.

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

Color convert

RGB 3 193 80 -
CMYK 0.98 0 0.59 0.24
HSL 144.32º 0.97% 0.38% -
HSV(B) 144.32º 0.98% 0.76% -
XYZ 20.56 38.74 13.98 -
YUV 123.31 103.55 42.19 -
System Red Green Blue C M Y K H S L
Decimal 3 193 80 0.98 0 0.59 0.24 144.32 0.97 0.38
Hex 3 C1 50 62 0 3B 18 90 61 26
Octal 3 301 120 142 0 73 30 220 141 46
Binary 11 11000001 1010000 1100010 0 111011 11000 10010000 1100001 100110

Color Harmonies of #03C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C150

Black with #03C150

Text Example


Text Example

White with #03C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,193,80); }

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

background-color css

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

 a { background-color: rgb(3,193,80); }

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

border-color css

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

 span { border-color: rgb(3,193,80); }

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