Html Css Color HEX #248662 Elf Green

📋 copy color: '#248662'

red 36 ◦ green 134 ◦ blue 98

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

Shades of Elf Green #248662

Tints of Elf Green #248662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50%

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

R = 13.43%
G = 50%
B = 36.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#248662 (or 0x248662) is known color: Elf Green. HEX triplet: 24, 86 and 62. RGB value is (36,134,98). Sum of RGB (Red+Green+Blue) = 36+134+98=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #248662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248662 is #DB799D. Grayscale: #646464. Windows color (decimal): -14383518 or 6456868. OLE color: 6456868.

HSL color Cylindrical-coordinate representation of color #248662: hue angle of 157.96º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248662 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 134 98 -
CMYK 0.73 0 0.27 0.47
HSL 157.96º 0.58% 0.33% -
HSV(B) 157.96º 0.73% 0.53% -
XYZ 11.46 18.31 14.49 -
YUV 100.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 36 134 98 0.73 0 0.27 0.47 157.96 0.58 0.33
Hex 24 86 62 49 0 1B 2F 9E 3A 21
Octal 44 206 142 111 0 33 57 236 72 41
Binary 100100 10000110 1100010 1001001 0 11011 101111 10011110 111010 100001

Color Harmonies of #248662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248662

Black with #248662

Text Example


Text Example

White with #248662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248662; }

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

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

background-color css

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

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

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

border-color css

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

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

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