Html Css Color HEX #019934 Pigment Green

📋 copy color: '#019934'

red 1 ◦ green 153 ◦ blue 52

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

Shades of Pigment Green #019934

Tints of Pigment Green #019934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 74.27%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 0.49%
G = 74.27%
B = 25.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#019934 (or 0x019934) is known color: Pigment Green. HEX triplet: 01, 99 and 34. RGB value is (1,153,52). Sum of RGB (Red+Green+Blue) = 1+153+52=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 153 (60.16% from 255 or 74.27% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 153 - color contains mainly: green. Hex color #019934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019934 is #FE66CB. Grayscale: #606060. Windows color (decimal): -16672460 or 3447041. OLE color: 3447041.

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

Color convert

RGB 1 153 52 -
CMYK 0.99 0 0.66 0.4
HSL 140.13º 0.99% 0.3% -
HSV(B) 140.13º 0.99% 0.6% -
XYZ 12.02 23.04 7.06 -
YUV 96.04 103.14 60.21 -
System Red Green Blue C M Y K H S L
Decimal 1 153 52 0.99 0 0.66 0.4 140.13 0.99 0.3
Hex 1 99 34 63 0 42 28 8C 63 1E
Octal 1 231 64 143 0 102 50 214 143 36
Binary 1 10011001 110100 1100011 0 1000010 101000 10001100 1100011 11110

Color Harmonies of #019934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019934

Black with #019934

Text Example


Text Example

White with #019934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019934; }

 p { color: rgb(1,153,52); }

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

background-color css

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

 a { background-color: rgb(1,153,52); }

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

border-color css

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

 span { border-color: rgb(1,153,52); }

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