Html Css Color HEX #01913C Pigment Green

📋 copy color: '#01913C'

red 1 ◦ green 145 ◦ blue 60

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

Shades of Pigment Green #01913C

Tints of Pigment Green #01913C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 70.39%

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

R = 0.49%
G = 70.39%
B = 29.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#01913C (or 0x01913C) is known color: Pigment Green. HEX triplet: 01, 91 and 3C. RGB value is (1,145,60). Sum of RGB (Red+Green+Blue) = 1+145+60=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 145 (57.03% from 255 or 70.39% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 145 - color contains mainly: green. Hex color #01913C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01913C is #FE6EC3. Grayscale: #5C5C5C. Windows color (decimal): -16674500 or 3969281. OLE color: 3969281.

HSL color Cylindrical-coordinate representation of color #01913C: hue angle of 144.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01913C is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 60 -
CMYK 0.99 0 0.59 0.43
HSL 144.58º 0.99% 0.29% -
HSV(B) 144.58º 0.99% 0.57% -
XYZ 10.95 20.58 7.67 -
YUV 92.25 109.79 62.91 -
System Red Green Blue C M Y K H S L
Decimal 1 145 60 0.99 0 0.59 0.43 144.58 0.99 0.29
Hex 1 91 3C 63 0 3B 2B 91 63 1D
Octal 1 221 74 143 0 73 53 221 143 35
Binary 1 10010001 111100 1100011 0 111011 101011 10010001 1100011 11101

Color Harmonies of #01913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01913C

Black with #01913C

Text Example


Text Example

White with #01913C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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