#188472

Color #188472 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #188472

Tints of Elf Green #188472

Color information

#188472 (or 0x188472) is unknown color: approx Elf Green. HEX triplet: 18, 84 and 72. RGB value is (24,132,114). Sum of RGB (Red+Green+Blue) = 24+132+114=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #188472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188472 is #E77B8D. Grayscale: #616161. Windows color (decimal): -15170446 or 7504920. OLE color: 7504920.

HSL color Cylindrical-coordinate representation of color #188472: hue angle of 170º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188472 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB24132114-
CMYK0.8200.140.48
HSL170º69.23%30.59%-
HSV(B)170º81.82%51.76%-
XYZ11.6717.9118.76-
YUV97.66137.2275.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.89%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=8.89%
G=48.89%
B=42.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241321140.8200.140.4817069.2330.59
Hex188472520E30aa451f
Octal302041621220166025210537
Binary1100010000100111001010100100111011000010101010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188472; }

 p { color: rgb(24,132,114); }

 H1.HeaderClassName
 {
   color: #188472;
 }
 .AnyTagClassName
 {
   color: #188472;
 }
</style>
background-color css

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

 a { background-color: rgb(24,132,114); }

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

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

 span { border-color: rgb(24,132,114); }

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