Html Css Color HEX #019748 Pigment Green

📋 copy color: '#019748'

red 1 ◦ green 151 ◦ blue 72

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

Shades of Pigment Green #019748

Tints of Pigment Green #019748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 67.41%

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 0.45%
G = 67.41%
B = 32.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#019748 (or 0x019748) is known color: Pigment Green. HEX triplet: 01, 97 and 48. RGB value is (1,151,72). Sum of RGB (Red+Green+Blue) = 1+151+72=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 151 (59.38% from 255 or 67.41% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 151 - color contains mainly: green. Hex color #019748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019748 is #FE68B7. Grayscale: #616161. Windows color (decimal): -16672952 or 4757249. OLE color: 4757249.

HSL color Cylindrical-coordinate representation of color #019748: hue angle of 148.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019748 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 151 72 -
CMYK 0.99 0 0.52 0.41
HSL 148.4º 0.99% 0.3% -
HSV(B) 148.4º 0.99% 0.59% -
XYZ 12.25 22.61 9.85 -
YUV 97.14 113.81 59.42 -
System Red Green Blue C M Y K H S L
Decimal 1 151 72 0.99 0 0.52 0.41 148.4 0.99 0.3
Hex 1 97 48 63 0 34 29 94 63 1E
Octal 1 227 110 143 0 64 51 224 143 36
Binary 1 10010111 1001000 1100011 0 110100 101001 10010100 1100011 11110

Color Harmonies of #019748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019748

Black with #019748

Text Example


Text Example

White with #019748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019748; }

 p { color: rgb(1,151,72); }

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

background-color css

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

 a { background-color: rgb(1,151,72); }

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

border-color css

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

 span { border-color: rgb(1,151,72); }

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