Html Css Color HEX #01912F Pigment Green

📋 copy color: '#01912F'

red 1 ◦ green 145 ◦ blue 47

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

Shades of Pigment Green #01912F

Tints of Pigment Green #01912F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 0.52%
G = 75.13%
B = 24.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#01912F (or 0x01912F) is known color: Pigment Green. HEX triplet: 01, 91 and 2F. RGB value is (1,145,47). Sum of RGB (Red+Green+Blue) = 1+145+47=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 145 (57.03% from 255 or 75.13% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 145 - color contains mainly: green. Hex color #01912F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01912F is #FE6ED0. Grayscale: #5B5B5B. Windows color (decimal): -16674513 or 3117313. OLE color: 3117313.

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

Color convert

RGB 1 145 47 -
CMYK 0.99 0 0.68 0.43
HSL 139.17º 0.99% 0.29% -
HSV(B) 139.17º 0.99% 0.57% -
XYZ 10.65 20.46 6.08 -
YUV 90.77 103.29 63.97 -
System Red Green Blue C M Y K H S L
Decimal 1 145 47 0.99 0 0.68 0.43 139.17 0.99 0.29
Hex 1 91 2F 63 0 44 2B 8B 63 1D
Octal 1 221 57 143 0 104 53 213 143 35
Binary 1 10010001 101111 1100011 0 1000100 101011 10001011 1100011 11101

Color Harmonies of #01912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01912F

Black with #01912F

Text Example


Text Example

White with #01912F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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