Html Css Color HEX #03AF4A Pigment Green

📋 copy color: '#03AF4A'

red 3 ◦ green 175 ◦ blue 74

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

Shades of Pigment Green #03AF4A

Tints of Pigment Green #03AF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 69.44%

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 1.19%
G = 69.44%
B = 29.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#03AF4A (or 0x03AF4A) is known color: Pigment Green. HEX triplet: 03, AF and 4A. RGB value is (3,175,74). Sum of RGB (Red+Green+Blue) = 3+175+74=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 175 (68.75% from 255 or 69.44% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AF4A is #FC50B5. Grayscale: #707070. Windows color (decimal): -16535734 or 4894467. OLE color: 4894467.

HSL color Cylindrical-coordinate representation of color #03AF4A: hue angle of 144.77º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AF4A is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 175 74 -
CMYK 0.98 0 0.58 0.31
HSL 144.77º 0.97% 0.35% -
HSV(B) 144.77º 0.98% 0.69% -
XYZ 16.6 31.17 11.62 -
YUV 112.06 106.52 50.21 -
System Red Green Blue C M Y K H S L
Decimal 3 175 74 0.98 0 0.58 0.31 144.77 0.97 0.35
Hex 3 AF 4A 62 0 3A 1F 91 61 23
Octal 3 257 112 142 0 72 37 221 141 43
Binary 11 10101111 1001010 1100010 0 111010 11111 10010001 1100001 100011

Color Harmonies of #03AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF4A

Black with #03AF4A

Text Example


Text Example

White with #03AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,175,74); }

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

background-color css

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

 a { background-color: rgb(3,175,74); }

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

border-color css

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

 span { border-color: rgb(3,175,74); }

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