Html Css Color HEX #248562 Elf Green

📋 copy color: '#248562'

red 36 ◦ green 133 ◦ blue 98

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

Shades of Elf Green #248562

Tints of Elf Green #248562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.81%

 BLUE value IS 98 (38.67% from 255) = 36.7%

R = 13.48%
G = 49.81%
B = 36.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#248562 (or 0x248562) is known color: Elf Green. HEX triplet: 24, 85 and 62. RGB value is (36,133,98). Sum of RGB (Red+Green+Blue) = 36+133+98=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #248562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248562 is #DB7A9D. Grayscale: #646464. Windows color (decimal): -14383774 or 6456612. OLE color: 6456612.

HSL color Cylindrical-coordinate representation of color #248562: hue angle of 158.35º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248562 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 98 -
CMYK 0.73 0 0.26 0.48
HSL 158.35º 0.57% 0.33% -
HSV(B) 158.35º 0.73% 0.52% -
XYZ 11.32 18.03 14.44 -
YUV 100.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 36 133 98 0.73 0 0.26 0.48 158.35 0.57 0.33
Hex 24 85 62 49 0 1A 30 9E 39 21
Octal 44 205 142 111 0 32 60 236 71 41
Binary 100100 10000101 1100010 1001001 0 11010 110000 10011110 111001 100001

Color Harmonies of #248562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248562

Black with #248562

Text Example


Text Example

White with #248562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248562; }

 p { color: rgb(36,133,98); }

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

background-color css

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

 a { background-color: rgb(36,133,98); }

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

border-color css

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

 span { border-color: rgb(36,133,98); }

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