Html Css Color HEX #019438 Pigment Green

📋 copy color: '#019438'

red 1 ◦ green 148 ◦ blue 56

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

Shades of Pigment Green #019438

Tints of Pigment Green #019438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 72.2%

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 0.49%
G = 72.2%
B = 27.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#019438 (or 0x019438) is known color: Pigment Green. HEX triplet: 01, 94 and 38. RGB value is (1,148,56). Sum of RGB (Red+Green+Blue) = 1+148+56=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #019438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019438 is #FE6BC7. Grayscale: #5D5D5D. Windows color (decimal): -16673736 or 3707905. OLE color: 3707905.

HSL color Cylindrical-coordinate representation of color #019438: hue angle of 142.45º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019438 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 56 -
CMYK 0.99 0 0.62 0.42
HSL 142.45º 0.99% 0.29% -
HSV(B) 142.45º 0.99% 0.58% -
XYZ 11.32 21.47 7.29 -
YUV 93.56 106.8 61.98 -
System Red Green Blue C M Y K H S L
Decimal 1 148 56 0.99 0 0.62 0.42 142.45 0.99 0.29
Hex 1 94 38 63 0 3E 2A 8E 63 1D
Octal 1 224 70 143 0 76 52 216 143 35
Binary 1 10010100 111000 1100011 0 111110 101010 10001110 1100011 11101

Color Harmonies of #019438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019438

Black with #019438

Text Example


Text Example

White with #019438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019438; }

 p { color: rgb(1,148,56); }

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

background-color css

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

 a { background-color: rgb(1,148,56); }

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

border-color css

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

 span { border-color: rgb(1,148,56); }

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