Html Css Color HEX #019730 Pigment Green

📋 copy color: '#019730'

red 1 ◦ green 151 ◦ blue 48

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

Shades of Pigment Green #019730

Tints of Pigment Green #019730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24%

R = 0.5%
G = 75.5%
B = 24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#019730 (or 0x019730) is known color: Pigment Green. HEX triplet: 01, 97 and 30. RGB value is (1,151,48). Sum of RGB (Red+Green+Blue) = 1+151+48=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 151 (59.38% from 255 or 75.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 151 - color contains mainly: green. Hex color #019730 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019730 is #FE68CF. Grayscale: #5E5E5E. Windows color (decimal): -16672976 or 3184385. OLE color: 3184385.

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

Color convert

RGB 1 151 48 -
CMYK 0.99 0 0.68 0.41
HSL 138.8º 0.99% 0.3% -
HSV(B) 138.8º 0.99% 0.59% -
XYZ 11.61 22.35 6.5 -
YUV 94.41 101.81 61.38 -
System Red Green Blue C M Y K H S L
Decimal 1 151 48 0.99 0 0.68 0.41 138.8 0.99 0.3
Hex 1 97 30 63 0 44 29 8B 63 1E
Octal 1 227 60 143 0 104 51 213 143 36
Binary 1 10010111 110000 1100011 0 1000100 101001 10001011 1100011 11110

Color Harmonies of #019730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019730

Black with #019730

Text Example


Text Example

White with #019730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019730; }

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

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

background-color css

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

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

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

border-color css

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

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

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