Html Css Color HEX #02984F Pigment Green

📋 copy color: '#02984F'

red 2 ◦ green 152 ◦ blue 79

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

Shades of Pigment Green #02984F

Tints of Pigment Green #02984F

RGB

 RED value IS 2 (1.17% from 255) = 0.86%

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

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 0.86%
G = 65.24%
B = 33.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#02984F (or 0x02984F) is known color: Pigment Green. HEX triplet: 02, 98 and 4F. RGB value is (2,152,79). Sum of RGB (Red+Green+Blue) = 2+152+79=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 152 (59.77% from 255 or 65.24% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 152 - color contains mainly: green. Hex color #02984F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02984F is #FD67B0. Grayscale: #626262. Windows color (decimal): -16607153 or 5216258. OLE color: 5216258.

HSL color Cylindrical-coordinate representation of color #02984F: hue angle of 150.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02984F is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 152 79 -
CMYK 0.99 0 0.48 0.40
HSL 150.8º 0.97% 0.3% -
HSV(B) 150.8º 0.99% 0.6% -
XYZ 12.66 23.03 11.18 -
YUV 98.83 116.81 58.94 -
System Red Green Blue C M Y K H S L
Decimal 2 152 79 0.99 0 0.48 0.40 150.8 0.97 0.3
Hex 2 98 4F 63 0 30 28 97 61 1E
Octal 2 230 117 143 0 60 50 227 141 36
Binary 10 10011000 1001111 1100011 0 110000 101000 10010111 1100001 11110

Color Harmonies of #02984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02984F

Black with #02984F

Text Example


Text Example

White with #02984F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,152,79); }

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

background-color css

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

 a { background-color: rgb(2,152,79); }

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

border-color css

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

 span { border-color: rgb(2,152,79); }

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