Html Css Color HEX #248270 Elf Green

📋 copy color: '#248270'

red 36 ◦ green 130 ◦ blue 112

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

Shades of Elf Green #248270

Tints of Elf Green #248270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 12.95%
G = 46.76%
B = 40.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#248270 (or 0x248270) is known color: Elf Green. HEX triplet: 24, 82 and 70. RGB value is (36,130,112). Sum of RGB (Red+Green+Blue) = 36+130+112=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #248270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248270 is #DB7D8F. Grayscale: #636363. Windows color (decimal): -14384528 or 7373348. OLE color: 7373348.

HSL color Cylindrical-coordinate representation of color #248270: hue angle of 168.51º 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 #248270 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 130 112 -
CMYK 0.72 0 0.14 0.49
HSL 168.51º 0.57% 0.33% -
HSV(B) 168.51º 0.72% 0.51% -
XYZ 11.63 17.51 18.1 -
YUV 99.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 36 130 112 0.72 0 0.14 0.49 168.51 0.57 0.33
Hex 24 82 70 48 0 E 31 A9 39 21
Octal 44 202 160 110 0 16 61 251 71 41
Binary 100100 10000010 1110000 1001000 0 1110 110001 10101001 111001 100001

Color Harmonies of #248270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248270

Black with #248270

Text Example


Text Example

White with #248270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248270; }

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

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

background-color css

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

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

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

border-color css

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

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

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