Html Css Color HEX #248569 Elf Green

📋 copy color: '#248569'

red 36 ◦ green 133 ◦ blue 105

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

Shades of Elf Green #248569

Tints of Elf Green #248569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

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

R = 13.14%
G = 48.54%
B = 38.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#248569 (or 0x248569) is known color: Elf Green. HEX triplet: 24, 85 and 69. RGB value is (36,133,105). Sum of RGB (Red+Green+Blue) = 36+133+105=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #248569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248569 is #DB7A96. Grayscale: #646464. Windows color (decimal): -14383767 or 6915364. OLE color: 6915364.

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

Color convert

RGB 36 133 105 -
CMYK 0.73 0 0.21 0.48
HSL 162.68º 0.57% 0.33% -
HSV(B) 162.68º 0.73% 0.52% -
XYZ 11.66 18.17 16.26 -
YUV 100.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 36 133 105 0.73 0 0.21 0.48 162.68 0.57 0.33
Hex 24 85 69 49 0 15 30 A3 39 21
Octal 44 205 151 111 0 25 60 243 71 41
Binary 100100 10000101 1101001 1001001 0 10101 110000 10100011 111001 100001

Color Harmonies of #248569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248569

Black with #248569

Text Example


Text Example

White with #248569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248569; }

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

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

background-color css

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

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

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

border-color css

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

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

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