#298B69

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

Shades of Elf Green #298B69

Tints of Elf Green #298B69

Color information

#298B69 (or 0x298B69) is unknown color: approx Elf Green. HEX triplet: 29, 8B and 69. RGB value is (41,139,105). Sum of RGB (Red+Green+Blue) = 41+139+105=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #298B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B69 is #D67496. Grayscale: #696969. Windows color (decimal): -14054551 or 6916905. OLE color: 6916905.

HSL color Cylindrical-coordinate representation of color #298B69: hue angle of 159.18º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B69 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB41139105-
CMYK0.7100.240.45
HSL159.18º54.44%35.29%-
HSV(B)159.18º70.5%54.51%-
XYZ12.719.9616.55-
YUV105.82127.5381.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 139 (54.69% from 255) = 48.77%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=14.39%
G=48.77%
B=36.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411391050.7100.240.45159.1854.4435.29
Hex298B69470182D9f3623
Octal51213151107030552376643
Binary101001100010111101001100011101100010110110011111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298B69; }

 p { color: rgb(41,139,105); }

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

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

 a { background-color: rgb(41,139,105); }

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

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

 span { border-color: rgb(41,139,105); }

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