Html Css Color HEX #248969 Elf Green

📋 copy color: '#248969'

red 36 ◦ green 137 ◦ blue 105

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

Shades of Elf Green #248969

Tints of Elf Green #248969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.28%

 BLUE value IS 105 (41.41% from 255) = 37.77%

R = 12.95%
G = 49.28%
B = 37.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#248969 (or 0x248969) is known color: Elf Green. HEX triplet: 24, 89 and 69. RGB value is (36,137,105). Sum of RGB (Red+Green+Blue) = 36+137+105=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #248969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248969 is #DB7696. Grayscale: #676767. Windows color (decimal): -14382743 or 6916388. OLE color: 6916388.

HSL color Cylindrical-coordinate representation of color #248969: hue angle of 160.99º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248969 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 105 -
CMYK 0.74 0 0.23 0.46
HSL 160.99º 0.58% 0.34% -
HSV(B) 160.99º 0.74% 0.54% -
XYZ 12.22 19.29 16.44 -
YUV 103.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 36 137 105 0.74 0 0.23 0.46 160.99 0.58 0.34
Hex 24 89 69 4A 0 17 2E A1 3A 22
Octal 44 211 151 112 0 27 56 241 72 42
Binary 100100 10001001 1101001 1001010 0 10111 101110 10100001 111010 100010

Color Harmonies of #248969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248969

Black with #248969

Text Example


Text Example

White with #248969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248969; }

 p { color: rgb(36,137,105); }

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

background-color css

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

 a { background-color: rgb(36,137,105); }

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

border-color css

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

 span { border-color: rgb(36,137,105); }

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