Html Css Color HEX #03C314 Dark Pastel Green

📋 copy color: '#03C314'

red 3 ◦ green 195 ◦ blue 20

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

Shades of Dark Pastel Green #03C314

Tints of Dark Pastel Green #03C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 89.45%

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 1.38%
G = 89.45%
B = 9.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#03C314 (or 0x03C314) is known color: Dark Pastel Green. HEX triplet: 03, C3 and 14. RGB value is (3,195,20). Sum of RGB (Red+Green+Blue) = 3+195+20=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 195 (76.56% from 255 or 89.45% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 195 - color contains mainly: green. Hex color #03C314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C314 is #FC3CEB. Grayscale: #767676. Windows color (decimal): -16530668 or 1360643. OLE color: 1360643.

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

Color convert

RGB 3 195 20 -
CMYK 0.98 0 0.90 0.24
HSL 125.31º 0.97% 0.39% -
HSV(B) 125.31º 0.98% 0.76% -
XYZ 19.68 39.1 7.17 -
YUV 117.64 72.89 46.23 -
System Red Green Blue C M Y K H S L
Decimal 3 195 20 0.98 0 0.90 0.24 125.31 0.97 0.39
Hex 3 C3 14 62 0 5A 18 7D 61 27
Octal 3 303 24 142 0 132 30 175 141 47
Binary 11 11000011 10100 1100010 0 1011010 11000 1111101 1100001 100111

Color Harmonies of #03C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C314

Black with #03C314

Text Example


Text Example

White with #03C314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,195,20); }

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

background-color css

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

 a { background-color: rgb(3,195,20); }

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

border-color css

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

 span { border-color: rgb(3,195,20); }

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