#298262

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

Shades of Elf Green #298262

Tints of Elf Green #298262

Color information

#298262 (or 0x298262) is unknown color: approx Elf Green. HEX triplet: 29, 82 and 62. RGB value is (41,130,98). Sum of RGB (Red+Green+Blue) = 41+130+98=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #298262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298262 is #D67D9D. Grayscale: #636363. Windows color (decimal): -14056862 or 6455849. OLE color: 6455849.

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

Color convert

RGB4113098-
CMYK0.6800.250.49
HSL158.43º52.05%33.53%-
HSV(B)158.43º68.46%50.98%-
XYZ11.117.3214.31-
YUV99.74127.0186.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=15.24%
G=48.33%
B=36.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130980.6800.250.49158.4352.0533.53
Hex29826244019319e3422
Octal51202142104031612366442
Binary101001100000101100010100010001100111000110011110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298262; }

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

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

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

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

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

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

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

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