Html Css Color HEX #03A85B Pigment Green

📋 copy color: '#03A85B'

red 3 ◦ green 168 ◦ blue 91

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

Shades of Pigment Green #03A85B

Tints of Pigment Green #03A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 64.12%

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 1.15%
G = 64.12%
B = 34.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#03A85B (or 0x03A85B) is known color: Pigment Green. HEX triplet: 03, A8 and 5B. RGB value is (3,168,91). Sum of RGB (Red+Green+Blue) = 3+168+91=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 168 (66.02% from 255 or 64.12% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 168 - color contains mainly: green. Hex color #03A85B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A85B is #FC57A4. Grayscale: #6E6E6E. Windows color (decimal): -16537509 or 6006787. OLE color: 6006787.

HSL color Cylindrical-coordinate representation of color #03A85B: hue angle of 152º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A85B is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 3 168 91 -
CMYK 0.98 0 0.46 0.34
HSL 152º 0.96% 0.34% -
HSV(B) 152º 0.98% 0.66% -
XYZ 15.93 28.78 14.61 -
YUV 109.89 117.34 51.76 -
System Red Green Blue C M Y K H S L
Decimal 3 168 91 0.98 0 0.46 0.34 152 0.96 0.34
Hex 3 A8 5B 62 0 2E 22 98 60 22
Octal 3 250 133 142 0 56 42 230 140 42
Binary 11 10101000 1011011 1100010 0 101110 100010 10011000 1100000 100010

Color Harmonies of #03A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A85B

Black with #03A85B

Text Example


Text Example

White with #03A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,168,91); }

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

background-color css

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

 a { background-color: rgb(3,168,91); }

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

border-color css

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

 span { border-color: rgb(3,168,91); }

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