Html Css Color HEX #01983A Pigment Green

📋 copy color: '#01983A'

red 1 ◦ green 152 ◦ blue 58

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

Shades of Pigment Green #01983A

Tints of Pigment Green #01983A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 0.47%
G = 72.04%
B = 27.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#01983A (or 0x01983A) is known color: Pigment Green. HEX triplet: 01, 98 and 3A. RGB value is (1,152,58). Sum of RGB (Red+Green+Blue) = 1+152+58=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #01983A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01983A is #FE67C5. Grayscale: #606060. Windows color (decimal): -16672710 or 3840001. OLE color: 3840001.

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

Color convert

RGB 1 152 58 -
CMYK 0.99 0 0.62 0.40
HSL 142.65º 0.99% 0.3% -
HSV(B) 142.65º 0.99% 0.6% -
XYZ 12 22.77 7.77 -
YUV 96.14 106.47 60.14 -
System Red Green Blue C M Y K H S L
Decimal 1 152 58 0.99 0 0.62 0.40 142.65 0.99 0.3
Hex 1 98 3A 63 0 3E 28 8F 63 1E
Octal 1 230 72 143 0 76 50 217 143 36
Binary 1 10011000 111010 1100011 0 111110 101000 10001111 1100011 11110

Color Harmonies of #01983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01983A

Black with #01983A

Text Example


Text Example

White with #01983A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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