Html Css Color HEX #03984D Pigment Green

📋 copy color: '#03984D'

red 3 ◦ green 152 ◦ blue 77

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

Shades of Pigment Green #03984D

Tints of Pigment Green #03984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 65.52%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 1.29%
G = 65.52%
B = 33.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#03984D (or 0x03984D) is known color: Pigment Green. HEX triplet: 03, 98 and 4D. RGB value is (3,152,77). Sum of RGB (Red+Green+Blue) = 3+152+77=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #03984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03984D is #FC67B2. Grayscale: #636363. Windows color (decimal): -16541619 or 5085187. OLE color: 5085187.

HSL color Cylindrical-coordinate representation of color #03984D: hue angle of 149.8º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03984D is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 152 77 -
CMYK 0.98 0 0.49 0.40
HSL 149.8º 0.96% 0.3% -
HSV(B) 149.8º 0.98% 0.6% -
XYZ 12.61 23.01 10.8 -
YUV 98.9 115.64 59.6 -
System Red Green Blue C M Y K H S L
Decimal 3 152 77 0.98 0 0.49 0.40 149.8 0.96 0.3
Hex 3 98 4D 62 0 31 28 96 60 1E
Octal 3 230 115 142 0 61 50 226 140 36
Binary 11 10011000 1001101 1100010 0 110001 101000 10010110 1100000 11110

Color Harmonies of #03984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03984D

Black with #03984D

Text Example


Text Example

White with #03984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03984D; }

 p { color: rgb(3,152,77); }

 H1.HeaderClassName
 {
   color: #03984D;
 }
 .AnyTagClassName
 {
   color: #03984D;
 }
</style>

background-color css

<style>
 a { background-color: #03984D; }

 a { background-color: rgb(3,152,77); }

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

border-color css

<style>
 span { border-color: #03984D; }

 span { border-color: rgb(3,152,77); }

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