Html Css Color HEX #248168 Elf Green

📋 copy color: '#248168'

red 36 ◦ green 129 ◦ blue 104

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

Shades of Elf Green #248168

Tints of Elf Green #248168

RGB

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

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

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

R = 13.38%
G = 47.96%
B = 38.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#248168 (or 0x248168) is known color: Elf Green. HEX triplet: 24, 81 and 68. RGB value is (36,129,104). Sum of RGB (Red+Green+Blue) = 36+129+104=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #248168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248168 is #DB7E97. Grayscale: #626262. Windows color (decimal): -14384792 or 6848804. OLE color: 6848804.

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

Color convert

RGB 36 129 104 -
CMYK 0.72 0 0.19 0.49
HSL 163.87º 0.56% 0.32% -
HSV(B) 163.87º 0.72% 0.51% -
XYZ 11.08 17.08 15.81 -
YUV 98.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 36 129 104 0.72 0 0.19 0.49 163.87 0.56 0.32
Hex 24 81 68 48 0 13 31 A4 38 20
Octal 44 201 150 110 0 23 61 244 70 40
Binary 100100 10000001 1101000 1001000 0 10011 110001 10100100 111000 100000

Color Harmonies of #248168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248168

Black with #248168

Text Example


Text Example

White with #248168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248168; }

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

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

background-color css

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

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

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

border-color css

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

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

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