#248A6A

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

Shades of Elf Green #248A6A

Tints of Elf Green #248A6A

Color information

#248A6A (or 0x248A6A) is unknown color: approx Elf Green. HEX triplet: 24, 8A and 6A. RGB value is (36,138,106). Sum of RGB (Red+Green+Blue) = 36+138+106=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #248A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A6A is #DB7595. Grayscale: #676767. Windows color (decimal): -14382486 or 6982180. OLE color: 6982180.

HSL color Cylindrical-coordinate representation of color #248A6A: hue angle of 161.18º degrees, saturation: 0.59, 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 #248A6A is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB36138106-
CMYK0.7400.230.46
HSL161.18º58.62%34.12%-
HSV(B)161.18º73.91%54.12%-
XYZ12.4219.5916.76-
YUV103.85129.2179.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.86%
GREEN value IS 138 (54.30% from 255) = 49.29%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=12.86%
G=49.29%
B=37.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361381060.7400.230.46161.1858.6234.12
Hex248A6A4A0172Ea13b22
Octal44212152112027562417342
Binary100100100010101101010100101001011110111010100001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248A6A; }

 p { color: rgb(36,138,106); }

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

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

 a { background-color: rgb(36,138,106); }

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

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

 span { border-color: rgb(36,138,106); }

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