Html Css Color HEX #248568 Elf Green

📋 copy color: '#248568'

red 36 ◦ green 133 ◦ blue 104

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

Shades of Elf Green #248568

Tints of Elf Green #248568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 13.19%
G = 48.72%
B = 38.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#248568 (or 0x248568) is known color: Elf Green. HEX triplet: 24, 85 and 68. RGB value is (36,133,104). Sum of RGB (Red+Green+Blue) = 36+133+104=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #248568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248568 is #DB7A97. Grayscale: #646464. Windows color (decimal): -14383768 or 6849828. OLE color: 6849828.

HSL color Cylindrical-coordinate representation of color #248568: hue angle of 162.06º 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 #248568 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 104 -
CMYK 0.73 0 0.22 0.48
HSL 162.06º 0.57% 0.33% -
HSV(B) 162.06º 0.73% 0.52% -
XYZ 11.61 18.15 15.99 -
YUV 100.69 129.86 81.86 -
System Red Green Blue C M Y K H S L
Decimal 36 133 104 0.73 0 0.22 0.48 162.06 0.57 0.33
Hex 24 85 68 49 0 16 30 A2 39 21
Octal 44 205 150 111 0 26 60 242 71 41
Binary 100100 10000101 1101000 1001001 0 10110 110000 10100010 111001 100001

Color Harmonies of #248568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248568

Black with #248568

Text Example


Text Example

White with #248568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248568; }

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

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

background-color css

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

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

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

border-color css

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

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

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