Html Css Color HEX #248462 Elf Green

📋 copy color: '#248462'

red 36 ◦ green 132 ◦ blue 98

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

Shades of Elf Green #248462

Tints of Elf Green #248462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

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

R = 13.53%
G = 49.62%
B = 36.84%

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

#248462 (or 0x248462) is known color: Elf Green. HEX triplet: 24, 84 and 62. RGB value is (36,132,98). Sum of RGB (Red+Green+Blue) = 36+132+98=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #248462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248462 is #DB7B9D. Grayscale: #636363. Windows color (decimal): -14384030 or 6456356. OLE color: 6456356.

HSL color Cylindrical-coordinate representation of color #248462: hue angle of 158.75º 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 #248462 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 132 98 -
CMYK 0.73 0 0.26 0.48
HSL 158.75º 0.57% 0.33% -
HSV(B) 158.75º 0.73% 0.52% -
XYZ 11.18 17.76 14.39 -
YUV 99.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 36 132 98 0.73 0 0.26 0.48 158.75 0.57 0.33
Hex 24 84 62 49 0 1A 30 9F 39 21
Octal 44 204 142 111 0 32 60 237 71 41
Binary 100100 10000100 1100010 1001001 0 11010 110000 10011111 111001 100001

Color Harmonies of #248462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248462

Black with #248462

Text Example


Text Example

White with #248462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248462; }

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

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

background-color css

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

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

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

border-color css

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

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

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