#298263

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

Shades of Elf Green #298263

Tints of Elf Green #298263

Color information

#298263 (or 0x298263) is unknown color: approx Elf Green. HEX triplet: 29, 82 and 63. RGB value is (41,130,99). Sum of RGB (Red+Green+Blue) = 41+130+99=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #298263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298263 is #D67D9C. Grayscale: #636363. Windows color (decimal): -14056861 or 6521385. OLE color: 6521385.

HSL color Cylindrical-coordinate representation of color #298263: hue angle of 159.1º 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 #298263 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB4113099-
CMYK0.6800.240.49
HSL159.1º52.05%33.53%-
HSV(B)159.1º68.46%50.98%-
XYZ11.1517.3414.56-
YUV99.86127.5186.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=15.19%
G=48.15%
B=36.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130990.6800.240.49159.152.0533.53
Hex29826344018319f3422
Octal51202143104030612376442
Binary101001100000101100011100010001100011000110011111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298263; }

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

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

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

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

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

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

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

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