Html Css Color HEX #03A452 Pigment Green

📋 copy color: '#03A452'

red 3 ◦ green 164 ◦ blue 82

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

Shades of Pigment Green #03A452

Tints of Pigment Green #03A452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 65.86%

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 1.2%
G = 65.86%
B = 32.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#03A452 (or 0x03A452) is known color: Pigment Green. HEX triplet: 03, A4 and 52. RGB value is (3,164,82). Sum of RGB (Red+Green+Blue) = 3+164+82=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 164 (64.45% from 255 or 65.86% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 164 - color contains mainly: green. Hex color #03A452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A452 is #FC5BAD. Grayscale: #6A6A6A. Windows color (decimal): -16538542 or 5415939. OLE color: 5415939.

HSL color Cylindrical-coordinate representation of color #03A452: hue angle of 149.44º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A452 is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 164 82 -
CMYK 0.98 0 0.5 0.36
HSL 149.44º 0.96% 0.33% -
HSV(B) 149.44º 0.98% 0.64% -
XYZ 14.84 27.18 12.45 -
YUV 106.51 114.16 54.17 -
System Red Green Blue C M Y K H S L
Decimal 3 164 82 0.98 0 0.5 0.36 149.44 0.96 0.33
Hex 3 A4 52 62 0 32 24 95 60 21
Octal 3 244 122 142 0 62 44 225 140 41
Binary 11 10100100 1010010 1100010 0 110010 100100 10010101 1100000 100001

Color Harmonies of #03A452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A452

Black with #03A452

Text Example


Text Example

White with #03A452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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