#03B652

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

Shades of Pigment Green #03B652

Tints of Pigment Green #03B652

Color information

#03B652 (or 0x03B652) is unknown color: approx Pigment Green. HEX triplet: 03, B6 and 52. RGB value is (3,182,82). Sum of RGB (Red+Green+Blue) = 3+182+82=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 182 (71.48% from 255 or 68.16% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 182 - color contains mainly: green. Hex color #03B652 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B652 is #FC49AD. Grayscale: #757575. Windows color (decimal): -16533934 or 5420547. OLE color: 5420547.

HSL color Cylindrical-coordinate representation of color #03B652: hue angle of 146.48º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B652 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB318282-
CMYK0.9800.550.29
HSL146.48º96.76%36.27%-
HSV(B)146.48º98.35%71.37%-
XYZ18.2934.0813.6-
YUV117.08108.246.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 182 (71.48% from 255) = 68.16%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=1.12%
G=68.16%
B=30.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3182820.9800.550.29146.4896.7636.27
Hex3B652620371D926124
Octal32661221420673522214144
Binary111011011010100101100010011011111101100100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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