Html Css Color HEX #249265 Elf Green

📋 copy color: '#249265'

red 36 ◦ green 146 ◦ blue 101

#249265
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #249265

Tints of Elf Green #249265

RGB

 RED value IS 36 (14.45% from 255) = 12.72%

 GREEN value IS 146 (57.42% from 255) = 51.59%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 12.72%
G = 51.59%
B = 35.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#249265 (or 0x249265) is known color: Elf Green. HEX triplet: 24, 92 and 65. RGB value is (36,146,101). Sum of RGB (Red+Green+Blue) = 36+146+101=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #249265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249265 is #DB6D9A. Grayscale: #6C6C6C. Windows color (decimal): -14380443 or 6656548. OLE color: 6656548.

HSL color Cylindrical-coordinate representation of color #249265: hue angle of 155.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249265 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 146 101 -
CMYK 0.75 0 0.31 0.43
HSL 155.45º 0.6% 0.36% -
HSV(B) 155.45º 0.75% 0.57% -
XYZ 13.36 21.87 15.83 -
YUV 107.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 36 146 101 0.75 0 0.31 0.43 155.45 0.6 0.36
Hex 24 92 65 4B 0 1F 2B 9B 3C 24
Octal 44 222 145 113 0 37 53 233 74 44
Binary 100100 10010010 1100101 1001011 0 11111 101011 10011011 111100 100100

Color Harmonies of #249265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249265

Black with #249265

Text Example


Text Example

White with #249265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249265; }

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

 H1.HeaderClassName
 {
   color: #249265;
 }
 .AnyTagClassName
 {
   color: #249265;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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