#249065

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

Shades of Elf Green #249065

Tints of Elf Green #249065

Color information

#249065 (or 0x249065) is unknown color: approx Elf Green. HEX triplet: 24, 90 and 65. RGB value is (36,144,101). Sum of RGB (Red+Green+Blue) = 36+144+101=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #249065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249065 is #DB6F9A. Grayscale: #6A6A6A. Windows color (decimal): -14380955 or 6656036. OLE color: 6656036.

HSL color Cylindrical-coordinate representation of color #249065: hue angle of 156.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249065 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB36144101-
CMYK0.7500.300.44
HSL156.11º60%35.29%-
HSV(B)156.11º75%56.47%-
XYZ13.0521.2615.73-
YUV106.81124.7277.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.81%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=12.81%
G=51.25%
B=35.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361441010.7500.300.44156.116035.29
Hex2490654B01E2C9c3c23
Octal44220145113036542347443
Binary100100100100001100101100101101111010110010011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249065; }

 p { color: rgb(36,144,101); }

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

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

 a { background-color: rgb(36,144,101); }

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

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

 span { border-color: rgb(36,144,101); }

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