Html Css Color HEX #03AF5D Pigment Green

📋 copy color: '#03AF5D'

red 3 ◦ green 175 ◦ blue 93

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

Shades of Pigment Green #03AF5D

Tints of Pigment Green #03AF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 1.11%
G = 64.58%
B = 34.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#03AF5D (or 0x03AF5D) is known color: Pigment Green. HEX triplet: 03, AF and 5D. RGB value is (3,175,93). Sum of RGB (Red+Green+Blue) = 3+175+93=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 175 (68.75% from 255 or 64.58% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF5D is #FC50A2. Grayscale: #727272. Windows color (decimal): -16535715 or 6139651. OLE color: 6139651.

HSL color Cylindrical-coordinate representation of color #03AF5D: hue angle of 151.4º 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 #03AF5D is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 175 93 -
CMYK 0.98 0 0.47 0.31
HSL 151.4º 0.97% 0.35% -
HSV(B) 151.4º 0.98% 0.69% -
XYZ 17.34 31.47 15.52 -
YUV 114.22 116.02 48.67 -
System Red Green Blue C M Y K H S L
Decimal 3 175 93 0.98 0 0.47 0.31 151.4 0.97 0.35
Hex 3 AF 5D 62 0 2F 1F 97 61 23
Octal 3 257 135 142 0 57 37 227 141 43
Binary 11 10101111 1011101 1100010 0 101111 11111 10010111 1100001 100011

Color Harmonies of #03AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF5D

Black with #03AF5D

Text Example


Text Example

White with #03AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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