Html Css Color HEX #248262 Elf Green

📋 copy color: '#248262'

red 36 ◦ green 130 ◦ blue 98

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

Shades of Elf Green #248262

Tints of Elf Green #248262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

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

R = 13.64%
G = 49.24%
B = 37.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#248262 (or 0x248262) is known color: Elf Green. HEX triplet: 24, 82 and 62. RGB value is (36,130,98). Sum of RGB (Red+Green+Blue) = 36+130+98=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #248262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248262 is #DB7D9D. Grayscale: #626262. Windows color (decimal): -14384542 or 6455844. OLE color: 6455844.

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

Color convert

RGB 36 130 98 -
CMYK 0.72 0 0.25 0.49
HSL 159.57º 0.57% 0.33% -
HSV(B) 159.57º 0.72% 0.51% -
XYZ 10.91 17.22 14.3 -
YUV 98.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 36 130 98 0.72 0 0.25 0.49 159.57 0.57 0.33
Hex 24 82 62 48 0 19 31 A0 39 21
Octal 44 202 142 110 0 31 61 240 71 41
Binary 100100 10000010 1100010 1001000 0 11001 110001 10100000 111001 100001

Color Harmonies of #248262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248262

Black with #248262

Text Example


Text Example

White with #248262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248262; }

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

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

background-color css

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

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

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

border-color css

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

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

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