Html Css Color HEX #03C373 Jade

📋 copy color: '#03C373'

red 3 ◦ green 195 ◦ blue 115

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

Shades of Jade #03C373

Tints of Jade #03C373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 0.96%
G = 62.3%
B = 36.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#03C373 (or 0x03C373) is known color: Jade. HEX triplet: 03, C3 and 73. RGB value is (3,195,115). Sum of RGB (Red+Green+Blue) = 3+195+115=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #03C373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C373 is #FC3C8C. Grayscale: #808080. Windows color (decimal): -16530573 or 7586563. OLE color: 7586563.

HSL color Cylindrical-coordinate representation of color #03C373: hue angle of 155º 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 #03C373 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 195 115 -
CMYK 0.98 0 0.41 0.24
HSL 155º 0.97% 0.39% -
HSV(B) 155º 0.98% 0.76% -
XYZ 22.65 40.29 22.8 -
YUV 128.47 120.39 38.5 -
System Red Green Blue C M Y K H S L
Decimal 3 195 115 0.98 0 0.41 0.24 155 0.97 0.39
Hex 3 C3 73 62 0 29 18 9B 61 27
Octal 3 303 163 142 0 51 30 233 141 47
Binary 11 11000011 1110011 1100010 0 101001 11000 10011011 1100001 100111

Color Harmonies of #03C373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C373

Black with #03C373

Text Example


Text Example

White with #03C373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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