#289270

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

Shades of Elf Green #289270

Tints of Elf Green #289270

Color information

#289270 (or 0x289270) is unknown color: approx Elf Green. HEX triplet: 28, 92 and 70. RGB value is (40,146,112). Sum of RGB (Red+Green+Blue) = 40+146+112=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #289270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289270 is #D76D8F. Grayscale: #6E6E6E. Windows color (decimal): -14118288 or 7377448. OLE color: 7377448.

HSL color Cylindrical-coordinate representation of color #289270: hue angle of 160.75º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289270 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB40146112-
CMYK0.7300.230.43
HSL160.75º56.99%36.47%-
HSV(B)160.75º72.6%57.25%-
XYZ14.0822.1818.87-
YUV110.43128.8877.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=13.42%
G=48.99%
B=37.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401461120.7300.230.43160.7556.9936.47
Hex289270490172Ba13924
Octal50222160111027532417144
Binary101000100100101110000100100101011110101110100001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289270; }

 p { color: rgb(40,146,112); }

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

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

 a { background-color: rgb(40,146,112); }

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

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

 span { border-color: rgb(40,146,112); }

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