Html Css Color HEX #01913F Pigment Green

📋 copy color: '#01913F'

red 1 ◦ green 145 ◦ blue 63

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

Shades of Pigment Green #01913F

Tints of Pigment Green #01913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.14%

R = 0.48%
G = 69.38%
B = 30.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#01913F (or 0x01913F) is known color: Pigment Green. HEX triplet: 01, 91 and 3F. RGB value is (1,145,63). Sum of RGB (Red+Green+Blue) = 1+145+63=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 145 (57.03% from 255 or 69.38% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 145 - color contains mainly: green. Hex color #01913F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01913F is #FE6EC0. Grayscale: #5C5C5C. Windows color (decimal): -16674497 or 4165889. OLE color: 4165889.

HSL color Cylindrical-coordinate representation of color #01913F: hue angle of 145.83º 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 #01913F is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 63 -
CMYK 0.99 0 0.57 0.43
HSL 145.83º 0.99% 0.29% -
HSV(B) 145.83º 0.99% 0.57% -
XYZ 11.04 20.62 8.1 -
YUV 92.6 111.29 62.67 -
System Red Green Blue C M Y K H S L
Decimal 1 145 63 0.99 0 0.57 0.43 145.83 0.99 0.29
Hex 1 91 3F 63 0 39 2B 92 63 1D
Octal 1 221 77 143 0 71 53 222 143 35
Binary 1 10010001 111111 1100011 0 111001 101011 10010010 1100011 11101

Color Harmonies of #01913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01913F

Black with #01913F

Text Example


Text Example

White with #01913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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