Html Css Color HEX #01914D Pigment Green

📋 copy color: '#01914D'

red 1 ◦ green 145 ◦ blue 77

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

Shades of Pigment Green #01914D

Tints of Pigment Green #01914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 0.45%
G = 65.02%
B = 34.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#01914D (or 0x01914D) is known color: Pigment Green. HEX triplet: 01, 91 and 4D. RGB value is (1,145,77). Sum of RGB (Red+Green+Blue) = 1+145+77=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 145 (57.03% from 255 or 65.02% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 145 - color contains mainly: green. Hex color #01914D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01914D is #FE6EB2. Grayscale: #5E5E5E. Windows color (decimal): -16674483 or 5083393. OLE color: 5083393.

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

Color convert

RGB 1 145 77 -
CMYK 0.99 0 0.47 0.43
HSL 151.67º 0.99% 0.29% -
HSV(B) 151.67º 0.99% 0.57% -
XYZ 11.48 20.79 10.43 -
YUV 94.19 118.29 61.53 -
System Red Green Blue C M Y K H S L
Decimal 1 145 77 0.99 0 0.47 0.43 151.67 0.99 0.29
Hex 1 91 4D 63 0 2F 2B 98 63 1D
Octal 1 221 115 143 0 57 53 230 143 35
Binary 1 10010001 1001101 1100011 0 101111 101011 10011000 1100011 11101

Color Harmonies of #01914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01914D

Black with #01914D

Text Example


Text Example

White with #01914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01914D; }

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

 H1.HeaderClassName
 {
   color: #01914D;
 }
 .AnyTagClassName
 {
   color: #01914D;
 }
</style>

background-color css

<style>
 a { background-color: #01914D; }

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

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

border-color css

<style>
 span { border-color: #01914D; }

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

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