Html Css Color HEX #248166 Elf Green

📋 copy color: '#248166'

red 36 ◦ green 129 ◦ blue 102

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

Shades of Elf Green #248166

Tints of Elf Green #248166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.31%

 BLUE value IS 102 (40.23% from 255) = 38.2%

R = 13.48%
G = 48.31%
B = 38.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#248166 (or 0x248166) is known color: Elf Green. HEX triplet: 24, 81 and 66. RGB value is (36,129,102). Sum of RGB (Red+Green+Blue) = 36+129+102=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #248166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248166 is #DB7E99. Grayscale: #626262. Windows color (decimal): -14384794 or 6717732. OLE color: 6717732.

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

Color convert

RGB 36 129 102 -
CMYK 0.72 0 0.21 0.49
HSL 162.58º 0.56% 0.32% -
HSV(B) 162.58º 0.72% 0.51% -
XYZ 10.98 17.03 15.28 -
YUV 98.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 36 129 102 0.72 0 0.21 0.49 162.58 0.56 0.32
Hex 24 81 66 48 0 15 31 A3 38 20
Octal 44 201 146 110 0 25 61 243 70 40
Binary 100100 10000001 1100110 1001000 0 10101 110001 10100011 111000 100000

Color Harmonies of #248166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248166

Black with #248166

Text Example


Text Example

White with #248166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248166; }

 p { color: rgb(36,129,102); }

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

background-color css

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

 a { background-color: rgb(36,129,102); }

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

border-color css

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

 span { border-color: rgb(36,129,102); }

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