#248967

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

Shades of Elf Green #248967

Tints of Elf Green #248967

Color information

#248967 (or 0x248967) is unknown color: approx Elf Green. HEX triplet: 24, 89 and 67. RGB value is (36,137,103). Sum of RGB (Red+Green+Blue) = 36+137+103=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #248967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248967 is #DB7698. Grayscale: #666666. Windows color (decimal): -14382745 or 6785316. OLE color: 6785316.

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

Color convert

RGB36137103-
CMYK0.7400.250.46
HSL159.8º58.38%33.92%-
HSV(B)159.8º73.72%53.73%-
XYZ12.1219.2515.91-
YUV102.92128.0480.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 137 (53.91% from 255) = 49.64%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=13.04%
G=49.64%
B=37.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361371030.7400.250.46159.858.3833.92
Hex2489674A0192Ea03a22
Octal44211147112031562407242
Binary100100100010011100111100101001100110111010100000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248967; }

 p { color: rgb(36,137,103); }

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

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

 a { background-color: rgb(36,137,103); }

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

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

 span { border-color: rgb(36,137,103); }

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