Html Css Color HEX #01982C Pigment Green

📋 copy color: '#01982C'

red 1 ◦ green 152 ◦ blue 44

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

Shades of Pigment Green #01982C

Tints of Pigment Green #01982C

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

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

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 0.51%
G = 77.16%
B = 22.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#01982C (or 0x01982C) is known color: Pigment Green. HEX triplet: 01, 98 and 2C. RGB value is (1,152,44). Sum of RGB (Red+Green+Blue) = 1+152+44=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 152 (59.77% from 255 or 77.16% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 152 - color contains mainly: green. Hex color #01982C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01982C is #FE67D3. Grayscale: #5E5E5E. Windows color (decimal): -16672724 or 2922497. OLE color: 2922497.

HSL color Cylindrical-coordinate representation of color #01982C: hue angle of 137.09º degrees, saturation: 0.99, 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 #01982C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 152 44 -
CMYK 0.99 0 0.71 0.40
HSL 137.09º 0.99% 0.3% -
HSV(B) 137.09º 0.99% 0.6% -
XYZ 11.7 22.64 6.14 -
YUV 94.54 99.47 61.28 -
System Red Green Blue C M Y K H S L
Decimal 1 152 44 0.99 0 0.71 0.40 137.09 0.99 0.3
Hex 1 98 2C 63 0 47 28 89 63 1E
Octal 1 230 54 143 0 107 50 211 143 36
Binary 1 10011000 101100 1100011 0 1000111 101000 10001001 1100011 11110

Color Harmonies of #01982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01982C

Black with #01982C

Text Example


Text Example

White with #01982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01982C; }

 p { color: rgb(1,152,44); }

 H1.HeaderClassName
 {
   color: #01982C;
 }
 .AnyTagClassName
 {
   color: #01982C;
 }
</style>

background-color css

<style>
 a { background-color: #01982C; }

 a { background-color: rgb(1,152,44); }

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

border-color css

<style>
 span { border-color: #01982C; }

 span { border-color: rgb(1,152,44); }

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