#03BC52

Color #03BC52 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #03BC52

Tints of Pigment Green #03BC52

Color information

#03BC52 (or 0x03BC52) is unknown color: approx Pigment Green. HEX triplet: 03, BC and 52. RGB value is (3,188,82). Sum of RGB (Red+Green+Blue) = 3+188+82=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC52 is #FC43AD. Grayscale: #787878. Windows color (decimal): -16532398 or 5422083. OLE color: 5422083.

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

Color convert

RGB318882-
CMYK0.9800.560.26
HSL145.62º96.86%37.45%-
HSV(B)145.62º98.4%73.73%-
XYZ19.5436.5914.02-
YUV120.6106.2144.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 188 (73.83% from 255) = 68.86%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=1.10%
G=68.86%
B=30.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3188820.9800.560.26145.6296.8637.45
Hex3BC52620381A926125
Octal32741221420703222214145
Binary111011110010100101100010011100011010100100101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,188,82); }

 H1.HeaderClassName
 {
   color: #03BC52;
 }
 .AnyTagClassName
 {
   color: #03BC52;
 }
</style>
background-color css

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

 a { background-color: rgb(3,188,82); }

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

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

 span { border-color: rgb(3,188,82); }

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