Html Css Color HEX #01982D Pigment Green

📋 copy color: '#01982D'

red 1 ◦ green 152 ◦ blue 45

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

Shades of Pigment Green #01982D

Tints of Pigment Green #01982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 0.51%
G = 76.77%
B = 22.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#01982D (or 0x01982D) is known color: Pigment Green. HEX triplet: 01, 98 and 2D. RGB value is (1,152,45). Sum of RGB (Red+Green+Blue) = 1+152+45=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 152 (59.77% from 255 or 76.77% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 152 - color contains mainly: green. Hex color #01982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01982D is #FE67D2. Grayscale: #5E5E5E. Windows color (decimal): -16672723 or 2988033. OLE color: 2988033.

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

Color convert

RGB 1 152 45 -
CMYK 0.99 0 0.70 0.40
HSL 137.48º 0.99% 0.3% -
HSV(B) 137.48º 0.99% 0.6% -
XYZ 11.71 22.65 6.24 -
YUV 94.65 99.97 61.2 -
System Red Green Blue C M Y K H S L
Decimal 1 152 45 0.99 0 0.70 0.40 137.48 0.99 0.3
Hex 1 98 2D 63 0 46 28 89 63 1E
Octal 1 230 55 143 0 106 50 211 143 36
Binary 1 10011000 101101 1100011 0 1000110 101000 10001001 1100011 11110

Color Harmonies of #01982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01982D

Black with #01982D

Text Example


Text Example

White with #01982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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