#189375

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

Shades of Elf Green #189375

Tints of Elf Green #189375

Color information

#189375 (or 0x189375) is unknown color: approx Elf Green. HEX triplet: 18, 93 and 75. RGB value is (24,147,117). Sum of RGB (Red+Green+Blue) = 24+147+117=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #189375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189375 is #E76C8A. Grayscale: #6A6A6A. Windows color (decimal): -15166603 or 7705368. OLE color: 7705368.

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

Color convert

RGB24147117-
CMYK0.8400.200.42
HSL165.37º71.93%33.53%-
HSV(B)165.37º83.67%57.65%-
XYZ14.0222.3520.4-
YUV106.8133.7568.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.33%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=8.33%
G=51.04%
B=40.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241471170.8400.200.42165.3771.9333.53
Hex189375540142Aa54822
Octal302231651240245224511042
Binary110001001001111101011010100010100101010101001011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189375; }

 p { color: rgb(24,147,117); }

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

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

 a { background-color: rgb(24,147,117); }

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

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

 span { border-color: rgb(24,147,117); }

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