Html Css Color HEX #019630 Pigment Green

📋 copy color: '#019630'

red 1 ◦ green 150 ◦ blue 48

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

Shades of Pigment Green #019630

Tints of Pigment Green #019630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 75.38%

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

R = 0.5%
G = 75.38%
B = 24.12%

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

#019630 (or 0x019630) is known color: Pigment Green. HEX triplet: 01, 96 and 30. RGB value is (1,150,48). Sum of RGB (Red+Green+Blue) = 1+150+48=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 150 (58.98% from 255 or 75.38% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 150 - color contains mainly: green. Hex color #019630 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019630 is #FE69CF. Grayscale: #5E5E5E. Windows color (decimal): -16673232 or 3184129. OLE color: 3184129.

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

Color convert

RGB 1 150 48 -
CMYK 0.99 0 0.68 0.41
HSL 138.93º 0.99% 0.3% -
HSV(B) 138.93º 0.99% 0.59% -
XYZ 11.45 22.03 6.45 -
YUV 93.82 102.14 61.79 -
System Red Green Blue C M Y K H S L
Decimal 1 150 48 0.99 0 0.68 0.41 138.93 0.99 0.3
Hex 1 96 30 63 0 44 29 8B 63 1E
Octal 1 226 60 143 0 104 51 213 143 36
Binary 1 10010110 110000 1100011 0 1000100 101001 10001011 1100011 11110

Color Harmonies of #019630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019630

Black with #019630

Text Example


Text Example

White with #019630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019630; }

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

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

background-color css

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

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

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

border-color css

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

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

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