Html Css Color HEX #248362 Elf Green

📋 copy color: '#248362'

red 36 ◦ green 131 ◦ blue 98

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

Shades of Elf Green #248362

Tints of Elf Green #248362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.43%

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

R = 13.58%
G = 49.43%
B = 36.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#248362 (or 0x248362) is known color: Elf Green. HEX triplet: 24, 83 and 62. RGB value is (36,131,98). Sum of RGB (Red+Green+Blue) = 36+131+98=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #248362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248362 is #DB7C9D. Grayscale: #626262. Windows color (decimal): -14384286 or 6456100. OLE color: 6456100.

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

Color convert

RGB 36 131 98 -
CMYK 0.73 0 0.25 0.49
HSL 159.16º 0.57% 0.33% -
HSV(B) 159.16º 0.73% 0.51% -
XYZ 11.05 17.49 14.35 -
YUV 98.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 36 131 98 0.73 0 0.25 0.49 159.16 0.57 0.33
Hex 24 83 62 49 0 19 31 9F 39 21
Octal 44 203 142 111 0 31 61 237 71 41
Binary 100100 10000011 1100010 1001001 0 11001 110001 10011111 111001 100001

Color Harmonies of #248362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248362

Black with #248362

Text Example


Text Example

White with #248362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248362; }

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

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

background-color css

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

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

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

border-color css

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

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

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