Html Css Color HEX #01983B Pigment Green

📋 copy color: '#01983B'

red 1 ◦ green 152 ◦ blue 59

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

Shades of Pigment Green #01983B

Tints of Pigment Green #01983B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.83%

R = 0.47%
G = 71.7%
B = 27.83%

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

#01983B (or 0x01983B) is known color: Pigment Green. HEX triplet: 01, 98 and 3B. RGB value is (1,152,59). Sum of RGB (Red+Green+Blue) = 1+152+59=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #01983B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01983B is #FE67C4. Grayscale: #606060. Windows color (decimal): -16672709 or 3905537. OLE color: 3905537.

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

Color convert

RGB 1 152 59 -
CMYK 0.99 0 0.61 0.40
HSL 143.05º 0.99% 0.3% -
HSV(B) 143.05º 0.99% 0.6% -
XYZ 12.03 22.78 7.9 -
YUV 96.25 106.97 60.06 -
System Red Green Blue C M Y K H S L
Decimal 1 152 59 0.99 0 0.61 0.40 143.05 0.99 0.3
Hex 1 98 3B 63 0 3D 28 8F 63 1E
Octal 1 230 73 143 0 75 50 217 143 36
Binary 1 10011000 111011 1100011 0 111101 101000 10001111 1100011 11110

Color Harmonies of #01983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01983B

Black with #01983B

Text Example


Text Example

White with #01983B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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