Html Css Color HEX #02982F Pigment Green

📋 copy color: '#02982F'

red 2 ◦ green 152 ◦ blue 47

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

Shades of Pigment Green #02982F

Tints of Pigment Green #02982F

RGB

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

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

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

R = 1%
G = 75.62%
B = 23.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#02982F (or 0x02982F) is known color: Pigment Green. HEX triplet: 02, 98 and 2F. RGB value is (2,152,47). Sum of RGB (Red+Green+Blue) = 2+152+47=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #02982F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02982F is #FD67D0. Grayscale: #5F5F5F. Windows color (decimal): -16607185 or 3119106. OLE color: 3119106.

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

Color convert

RGB 2 152 47 -
CMYK 0.99 0 0.69 0.40
HSL 138º 0.97% 0.3% -
HSV(B) 138º 0.99% 0.6% -
XYZ 11.77 22.67 6.45 -
YUV 95.18 100.81 61.54 -
System Red Green Blue C M Y K H S L
Decimal 2 152 47 0.99 0 0.69 0.40 138 0.97 0.3
Hex 2 98 2F 63 0 45 28 8A 61 1E
Octal 2 230 57 143 0 105 50 212 141 36
Binary 10 10011000 101111 1100011 0 1000101 101000 10001010 1100001 11110

Color Harmonies of #02982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02982F

Black with #02982F

Text Example


Text Example

White with #02982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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