#248161

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

Shades of Elf Green #248161

Tints of Elf Green #248161

Color information

#248161 (or 0x248161) is unknown color: approx Elf Green. HEX triplet: 24, 81 and 61. RGB value is (36,129,97). Sum of RGB (Red+Green+Blue) = 36+129+97=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #248161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248161 is #DB7E9E. Grayscale: #616161. Windows color (decimal): -14384799 or 6390052. OLE color: 6390052.

HSL color Cylindrical-coordinate representation of color #248161: hue angle of 159.35º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248161 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB3612997-
CMYK0.7200.250.49
HSL159.35º56.36%32.35%-
HSV(B)159.35º72.09%50.59%-
XYZ10.7416.9414.01-
YUV97.54127.6984.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=13.74%
G=49.24%
B=37.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36129970.7200.250.49159.3556.3632.35
Hex24816148019319f3820
Octal44201141110031612377040
Binary100100100000011100001100100001100111000110011111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248161; }

 p { color: rgb(36,129,97); }

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

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

 a { background-color: rgb(36,129,97); }

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

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

 span { border-color: rgb(36,129,97); }

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