Html Css Color HEX #03982F Pigment Green

📋 copy color: '#03982F'

red 3 ◦ green 152 ◦ blue 47

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

Shades of Pigment Green #03982F

Tints of Pigment Green #03982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 1.49%
G = 75.25%
B = 23.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#03982F (or 0x03982F) is known color: Pigment Green. HEX triplet: 03, 98 and 2F. RGB value is (3,152,47). Sum of RGB (Red+Green+Blue) = 3+152+47=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 152 (59.77% from 255 or 75.25% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 152 - color contains mainly: green. Hex color #03982F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03982F is #FC67D0. Grayscale: #5F5F5F. Windows color (decimal): -16541649 or 3119107. OLE color: 3119107.

HSL color Cylindrical-coordinate representation of color #03982F: hue angle of 137.72º 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 #03982F is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 152 47 -
CMYK 0.98 0 0.69 0.40
HSL 137.72º 0.96% 0.3% -
HSV(B) 137.72º 0.98% 0.6% -
XYZ 11.78 22.68 6.45 -
YUV 95.48 100.64 62.04 -
System Red Green Blue C M Y K H S L
Decimal 3 152 47 0.98 0 0.69 0.40 137.72 0.96 0.3
Hex 3 98 2F 62 0 45 28 8A 60 1E
Octal 3 230 57 142 0 105 50 212 140 36
Binary 11 10011000 101111 1100010 0 1000101 101000 10001010 1100000 11110

Color Harmonies of #03982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03982F

Black with #03982F

Text Example


Text Example

White with #03982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03982F; }

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

 H1.HeaderClassName
 {
   color: #03982F;
 }
 .AnyTagClassName
 {
   color: #03982F;
 }
</style>

background-color css

<style>
 a { background-color: #03982F; }

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

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

border-color css

<style>
 span { border-color: #03982F; }

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

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