Html Css Color HEX #199472 Elf Green

📋 copy color: '#199472'

red 25 ◦ green 148 ◦ blue 114

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

Shades of Elf Green #199472

Tints of Elf Green #199472

RGB

 RED value IS 25 (10.16% from 255) = 8.71%

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

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 8.71%
G = 51.57%
B = 39.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#199472 (or 0x199472) is known color: Elf Green. HEX triplet: 19, 94 and 72. RGB value is (25,148,114). Sum of RGB (Red+Green+Blue) = 25+148+114=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #199472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199472 is #E66B8D. Grayscale: #6B6B6B. Windows color (decimal): -15100814 or 7509017. OLE color: 7509017.

HSL color Cylindrical-coordinate representation of color #199472: hue angle of 163.41º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199472 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 148 114 -
CMYK 0.83 0 0.23 0.42
HSL 163.41º 0.71% 0.34% -
HSV(B) 163.41º 0.83% 0.58% -
XYZ 14.03 22.6 19.54 -
YUV 107.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 25 148 114 0.83 0 0.23 0.42 163.41 0.71 0.34
Hex 19 94 72 53 0 17 2A A3 47 22
Octal 31 224 162 123 0 27 52 243 107 42
Binary 11001 10010100 1110010 1010011 0 10111 101010 10100011 1000111 100010

Color Harmonies of #199472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199472

Black with #199472

Text Example


Text Example

White with #199472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199472; }

 p { color: rgb(25,148,114); }

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

background-color css

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

 a { background-color: rgb(25,148,114); }

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

border-color css

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

 span { border-color: rgb(25,148,114); }

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