Html Css Color HEX #019133 Pigment Green

📋 copy color: '#019133'

red 1 ◦ green 145 ◦ blue 51

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

Shades of Pigment Green #019133

Tints of Pigment Green #019133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 0.51%
G = 73.6%
B = 25.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#019133 (or 0x019133) is known color: Pigment Green. HEX triplet: 01, 91 and 33. RGB value is (1,145,51). Sum of RGB (Red+Green+Blue) = 1+145+51=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 145 (57.03% from 255 or 73.60% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 145 - color contains mainly: green. Hex color #019133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019133 is #FE6ECC. Grayscale: #5B5B5B. Windows color (decimal): -16674509 or 3379457. OLE color: 3379457.

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

Color convert

RGB 1 145 51 -
CMYK 0.99 0 0.65 0.43
HSL 140.83º 0.99% 0.29% -
HSV(B) 140.83º 0.99% 0.57% -
XYZ 10.74 20.5 6.52 -
YUV 91.23 105.29 63.64 -
System Red Green Blue C M Y K H S L
Decimal 1 145 51 0.99 0 0.65 0.43 140.83 0.99 0.29
Hex 1 91 33 63 0 41 2B 8D 63 1D
Octal 1 221 63 143 0 101 53 215 143 35
Binary 1 10010001 110011 1100011 0 1000001 101011 10001101 1100011 11101

Color Harmonies of #019133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019133

Black with #019133

Text Example


Text Example

White with #019133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019133; }

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

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

background-color css

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

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

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

border-color css

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

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

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