Html Css Color HEX #019A30 Pigment Green

📋 copy color: '#019A30'

red 1 ◦ green 154 ◦ blue 48

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

Shades of Pigment Green #019A30

Tints of Pigment Green #019A30

RGB

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

 GREEN value IS 154 (60.55% from 255) = 75.86%

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

R = 0.49%
G = 75.86%
B = 23.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#019A30 (or 0x019A30) is known color: Pigment Green. HEX triplet: 01, 9A and 30. RGB value is (1,154,48). Sum of RGB (Red+Green+Blue) = 1+154+48=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 154 (60.55% from 255 or 75.86% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 154 - color contains mainly: green. Hex color #019A30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019A30 is #FE65CF. Grayscale: #606060. Windows color (decimal): -16672208 or 3185153. OLE color: 3185153.

HSL color Cylindrical-coordinate representation of color #019A30: hue angle of 138.43º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019A30 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 154 48 -
CMYK 0.99 0 0.69 0.40
HSL 138.43º 0.99% 0.3% -
HSV(B) 138.43º 0.99% 0.6% -
XYZ 12.1 23.33 6.66 -
YUV 96.17 100.81 60.12 -
System Red Green Blue C M Y K H S L
Decimal 1 154 48 0.99 0 0.69 0.40 138.43 0.99 0.3
Hex 1 9A 30 63 0 45 28 8A 63 1E
Octal 1 232 60 143 0 105 50 212 143 36
Binary 1 10011010 110000 1100011 0 1000101 101000 10001010 1100011 11110

Color Harmonies of #019A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019A30

Black with #019A30

Text Example


Text Example

White with #019A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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