Html Css Color HEX #01983E Pigment Green

📋 copy color: '#01983E'

red 1 ◦ green 152 ◦ blue 62

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

Shades of Pigment Green #01983E

Tints of Pigment Green #01983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.84%

R = 0.47%
G = 70.7%
B = 28.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#01983E (or 0x01983E) is known color: Pigment Green. HEX triplet: 01, 98 and 3E. RGB value is (1,152,62). Sum of RGB (Red+Green+Blue) = 1+152+62=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #01983E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01983E is #FE67C1. Grayscale: #606060. Windows color (decimal): -16672706 or 4102145. OLE color: 4102145.

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

Color convert

RGB 1 152 62 -
CMYK 0.99 0 0.59 0.40
HSL 144.24º 0.99% 0.3% -
HSV(B) 144.24º 0.99% 0.6% -
XYZ 12.11 22.81 8.32 -
YUV 96.59 108.47 59.82 -
System Red Green Blue C M Y K H S L
Decimal 1 152 62 0.99 0 0.59 0.40 144.24 0.99 0.3
Hex 1 98 3E 63 0 3B 28 90 63 1E
Octal 1 230 76 143 0 73 50 220 143 36
Binary 1 10011000 111110 1100011 0 111011 101000 10010000 1100011 11110

Color Harmonies of #01983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01983E

Black with #01983E

Text Example


Text Example

White with #01983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01983E; }

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

 H1.HeaderClassName
 {
   color: #01983E;
 }
 .AnyTagClassName
 {
   color: #01983E;
 }
</style>

background-color css

<style>
 a { background-color: #01983E; }

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

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

border-color css

<style>
 span { border-color: #01983E; }

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

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