Html Css Color HEX #03C058 Pigment Green

📋 copy color: '#03C058'

red 3 ◦ green 192 ◦ blue 88

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

Shades of Pigment Green #03C058

Tints of Pigment Green #03C058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 1.06%
G = 67.84%
B = 31.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#03C058 (or 0x03C058) is known color: Pigment Green. HEX triplet: 03, C0 and 58. RGB value is (3,192,88). Sum of RGB (Red+Green+Blue) = 3+192+88=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #03C058 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C058 is #FC3FA7. Grayscale: #7B7B7B. Windows color (decimal): -16531368 or 5816323. OLE color: 5816323.

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

Color convert

RGB 3 192 88 -
CMYK 0.98 0 0.54 0.25
HSL 146.98º 0.97% 0.38% -
HSV(B) 146.98º 0.98% 0.75% -
XYZ 20.65 38.42 15.56 -
YUV 123.63 107.88 41.96 -
System Red Green Blue C M Y K H S L
Decimal 3 192 88 0.98 0 0.54 0.25 146.98 0.97 0.38
Hex 3 C0 58 62 0 36 19 93 61 26
Octal 3 300 130 142 0 66 31 223 141 46
Binary 11 11000000 1011000 1100010 0 110110 11001 10010011 1100001 100110

Color Harmonies of #03C058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C058

Black with #03C058

Text Example


Text Example

White with #03C058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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