Html Css Color HEX #01983C Pigment Green

📋 copy color: '#01983C'

red 1 ◦ green 152 ◦ blue 60

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

Shades of Pigment Green #01983C

Tints of Pigment Green #01983C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 0.47%
G = 71.36%
B = 28.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#01983C (or 0x01983C) is known color: Pigment Green. HEX triplet: 01, 98 and 3C. RGB value is (1,152,60). Sum of RGB (Red+Green+Blue) = 1+152+60=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 152 (59.77% from 255 or 71.36% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 152 - color contains mainly: green. Hex color #01983C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01983C is #FE67C3. Grayscale: #606060. Windows color (decimal): -16672708 or 3971073. OLE color: 3971073.

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

Color convert

RGB 1 152 60 -
CMYK 0.99 0 0.61 0.40
HSL 143.44º 0.99% 0.3% -
HSV(B) 143.44º 0.99% 0.6% -
XYZ 12.06 22.79 8.04 -
YUV 96.36 107.47 59.98 -
System Red Green Blue C M Y K H S L
Decimal 1 152 60 0.99 0 0.61 0.40 143.44 0.99 0.3
Hex 1 98 3C 63 0 3D 28 8F 63 1E
Octal 1 230 74 143 0 75 50 217 143 36
Binary 1 10011000 111100 1100011 0 111101 101000 10001111 1100011 11110

Color Harmonies of #01983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01983C

Black with #01983C

Text Example


Text Example

White with #01983C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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