Html Css Color HEX #03BA5D Pigment Green

📋 copy color: '#03BA5D'

red 3 ◦ green 186 ◦ blue 93

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

Shades of Pigment Green #03BA5D

Tints of Pigment Green #03BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.96%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 1.06%
G = 65.96%
B = 32.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#03BA5D (or 0x03BA5D) is known color: Pigment Green. HEX triplet: 03, BA and 5D. RGB value is (3,186,93). Sum of RGB (Red+Green+Blue) = 3+186+93=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA5D is #FC45A2. Grayscale: #787878. Windows color (decimal): -16532899 or 6142467. OLE color: 6142467.

HSL color Cylindrical-coordinate representation of color #03BA5D: hue angle of 149.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA5D is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 93 -
CMYK 0.98 0 0.5 0.27
HSL 149.51º 0.97% 0.37% -
HSV(B) 149.51º 0.98% 0.73% -
XYZ 19.57 35.93 16.26 -
YUV 120.68 112.37 44.06 -
System Red Green Blue C M Y K H S L
Decimal 3 186 93 0.98 0 0.5 0.27 149.51 0.97 0.37
Hex 3 BA 5D 62 0 32 1B 96 61 25
Octal 3 272 135 142 0 62 33 226 141 45
Binary 11 10111010 1011101 1100010 0 110010 11011 10010110 1100001 100101

Color Harmonies of #03BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA5D

Black with #03BA5D

Text Example


Text Example

White with #03BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,186,93); }

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

background-color css

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

 a { background-color: rgb(3,186,93); }

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

border-color css

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

 span { border-color: rgb(3,186,93); }

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