#248469

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

Shades of Elf Green #248469

Tints of Elf Green #248469

Color information

#248469 (or 0x248469) is unknown color: approx Elf Green. HEX triplet: 24, 84 and 69. RGB value is (36,132,105). Sum of RGB (Red+Green+Blue) = 36+132+105=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #248469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248469 is #DB7B96. Grayscale: #646464. Windows color (decimal): -14384023 or 6915108. OLE color: 6915108.

HSL color Cylindrical-coordinate representation of color #248469: hue angle of 163.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248469 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB36132105-
CMYK0.7300.200.48
HSL163.12º57.14%32.94%-
HSV(B)163.12º72.73%51.76%-
XYZ11.5317.916.21-
YUV100.22130.782.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.19%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=13.19%
G=48.35%
B=38.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361321050.7300.200.48163.1257.1432.94
Hex2484694901430a33921
Octal44204151111024602437141
Binary100100100001001101001100100101010011000010100011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248469; }

 p { color: rgb(36,132,105); }

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

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

 a { background-color: rgb(36,132,105); }

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

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

 span { border-color: rgb(36,132,105); }

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