Html Css Color HEX #019245 Pigment Green

📋 copy color: '#019245'

red 1 ◦ green 146 ◦ blue 69

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

Shades of Pigment Green #019245

Tints of Pigment Green #019245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 67.59%

 BLUE value IS 69 (27.34% from 255) = 31.94%

R = 0.46%
G = 67.59%
B = 31.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#019245 (or 0x019245) is known color: Pigment Green. HEX triplet: 01, 92 and 45. RGB value is (1,146,69). Sum of RGB (Red+Green+Blue) = 1+146+69=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 146 (57.42% from 255 or 67.59% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 146 - color contains mainly: green. Hex color #019245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019245 is #FE6DBA. Grayscale: #5E5E5E. Windows color (decimal): -16674235 or 4559361. OLE color: 4559361.

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

Color convert

RGB 1 146 69 -
CMYK 0.99 0 0.53 0.43
HSL 148.14º 0.99% 0.29% -
HSV(B) 148.14º 0.99% 0.57% -
XYZ 11.37 20.99 9.08 -
YUV 93.87 113.96 61.76 -
System Red Green Blue C M Y K H S L
Decimal 1 146 69 0.99 0 0.53 0.43 148.14 0.99 0.29
Hex 1 92 45 63 0 35 2B 94 63 1D
Octal 1 222 105 143 0 65 53 224 143 35
Binary 1 10010010 1000101 1100011 0 110101 101011 10010100 1100011 11101

Color Harmonies of #019245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019245

Black with #019245

Text Example


Text Example

White with #019245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019245; }

 p { color: rgb(1,146,69); }

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

background-color css

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

 a { background-color: rgb(1,146,69); }

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

border-color css

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

 span { border-color: rgb(1,146,69); }

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