Html Css Color HEX #01912D Pigment Green

📋 copy color: '#01912D'

red 1 ◦ green 145 ◦ blue 45

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

Shades of Pigment Green #01912D

Tints of Pigment Green #01912D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 0.52%
G = 75.92%
B = 23.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#01912D (or 0x01912D) is known color: Pigment Green. HEX triplet: 01, 91 and 2D. RGB value is (1,145,45). Sum of RGB (Red+Green+Blue) = 1+145+45=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 145 (57.03% from 255 or 75.92% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 145 - color contains mainly: green. Hex color #01912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01912D is #FE6ED2. Grayscale: #5A5A5A. Windows color (decimal): -16674515 or 2986241. OLE color: 2986241.

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

Color convert

RGB 1 145 45 -
CMYK 0.99 0 0.69 0.43
HSL 138.33º 0.99% 0.29% -
HSV(B) 138.33º 0.99% 0.57% -
XYZ 10.61 20.45 5.87 -
YUV 90.54 102.29 64.13 -
System Red Green Blue C M Y K H S L
Decimal 1 145 45 0.99 0 0.69 0.43 138.33 0.99 0.29
Hex 1 91 2D 63 0 45 2B 8A 63 1D
Octal 1 221 55 143 0 105 53 212 143 35
Binary 1 10010001 101101 1100011 0 1000101 101011 10001010 1100011 11101

Color Harmonies of #01912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01912D

Black with #01912D

Text Example


Text Example

White with #01912D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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