#248863

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

Shades of Elf Green #248863

Tints of Elf Green #248863

Color information

#248863 (or 0x248863) is unknown color: approx Elf Green. HEX triplet: 24, 88 and 63. RGB value is (36,136,99). Sum of RGB (Red+Green+Blue) = 36+136+99=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #248863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248863 is #DB779C. Grayscale: #656565. Windows color (decimal): -14383005 or 6522916. OLE color: 6522916.

HSL color Cylindrical-coordinate representation of color #248863: hue angle of 157.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248863 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB3613699-
CMYK0.7400.270.47
HSL157.8º58.14%33.73%-
HSV(B)157.8º73.53%53.33%-
XYZ11.7818.8814.83-
YUV101.88126.3781.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=13.28%
G=50.18%
B=36.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36136990.7400.270.47157.858.1433.73
Hex2488634A01B2F9e3a22
Octal44210143112033572367242
Binary100100100010001100011100101001101110111110011110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248863; }

 p { color: rgb(36,136,99); }

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

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

 a { background-color: rgb(36,136,99); }

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

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

 span { border-color: rgb(36,136,99); }

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