Html Css Color HEX #03C072 Jade

📋 copy color: '#03C072'

red 3 ◦ green 192 ◦ blue 114

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

Shades of Jade #03C072

Tints of Jade #03C072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 0.97%
G = 62.14%
B = 36.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#03C072 (or 0x03C072) is known color: Jade. HEX triplet: 03, C0 and 72. RGB value is (3,192,114). Sum of RGB (Red+Green+Blue) = 3+192+114=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #03C072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C072 is #FC3F8D. Grayscale: #7E7E7E. Windows color (decimal): -16531342 or 7520259. OLE color: 7520259.

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

Color convert

RGB 3 192 114 -
CMYK 0.98 0 0.41 0.25
HSL 155.24º 0.97% 0.38% -
HSV(B) 155.24º 0.98% 0.75% -
XYZ 21.92 38.93 22.28 -
YUV 126.6 120.88 39.84 -
System Red Green Blue C M Y K H S L
Decimal 3 192 114 0.98 0 0.41 0.25 155.24 0.97 0.38
Hex 3 C0 72 62 0 29 19 9B 61 26
Octal 3 300 162 142 0 51 31 233 141 46
Binary 11 11000000 1110010 1100010 0 101001 11001 10011011 1100001 100110

Color Harmonies of #03C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C072

Black with #03C072

Text Example


Text Example

White with #03C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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