Html Css Color HEX #01982F Pigment Green

📋 copy color: '#01982F'

red 1 ◦ green 152 ◦ blue 47

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

Shades of Pigment Green #01982F

Tints of Pigment Green #01982F

RGB

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

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

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

R = 0.5%
G = 76%
B = 23.5%

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

#01982F (or 0x01982F) is known color: Pigment Green. HEX triplet: 01, 98 and 2F. RGB value is (1,152,47). Sum of RGB (Red+Green+Blue) = 1+152+47=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #01982F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01982F is #FE67D0. Grayscale: #5F5F5F. Windows color (decimal): -16672721 or 3119105. OLE color: 3119105.

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

Color convert

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

Color Harmonies of #01982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01982F

Black with #01982F

Text Example


Text Example

White with #01982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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