#298268

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

Shades of Elf Green #298268

Tints of Elf Green #298268

Color information

#298268 (or 0x298268) is unknown color: approx Elf Green. HEX triplet: 29, 82 and 68. RGB value is (41,130,104). Sum of RGB (Red+Green+Blue) = 41+130+104=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #298268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298268 is #D67D97. Grayscale: #646464. Windows color (decimal): -14056856 or 6849065. OLE color: 6849065.

HSL color Cylindrical-coordinate representation of color #298268: hue angle of 162.47º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298268 is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB41130104-
CMYK0.6800.20.49
HSL162.47º52.05%33.53%-
HSV(B)162.47º68.46%50.98%-
XYZ11.417.4415.86-
YUV100.42130.0185.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=14.91%
G=47.27%
B=37.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411301040.6800.20.49162.4752.0533.53
Hex2982684401431a23422
Octal51202150104024612426442
Binary101001100000101101000100010001010011000110100010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298268; }

 p { color: rgb(41,130,104); }

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

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

 a { background-color: rgb(41,130,104); }

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

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

 span { border-color: rgb(41,130,104); }

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