Html Css Color HEX #288168 Elf Green

📋 copy color: '#288168'

red 40 ◦ green 129 ◦ blue 104

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

Shades of Elf Green #288168

Tints of Elf Green #288168

RGB

 RED value IS 40 (16.02% from 255) = 14.65%

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

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

R = 14.65%
G = 47.25%
B = 38.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#288168 (or 0x288168) is known color: Elf Green. HEX triplet: 28, 81 and 68. RGB value is (40,129,104). Sum of RGB (Red+Green+Blue) = 40+129+104=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #288168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288168 is #D77E97. Grayscale: #636363. Windows color (decimal): -14122648 or 6848808. OLE color: 6848808.

HSL color Cylindrical-coordinate representation of color #288168: hue angle of 163.15º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288168 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 104 -
CMYK 0.69 0 0.19 0.49
HSL 163.15º 0.53% 0.33% -
HSV(B) 163.15º 0.69% 0.51% -
XYZ 11.22 17.15 15.82 -
YUV 99.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 40 129 104 0.69 0 0.19 0.49 163.15 0.53 0.33
Hex 28 81 68 45 0 13 31 A3 35 21
Octal 50 201 150 105 0 23 61 243 65 41
Binary 101000 10000001 1101000 1000101 0 10011 110001 10100011 110101 100001

Color Harmonies of #288168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288168

Black with #288168

Text Example


Text Example

White with #288168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288168; }

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

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

background-color css

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

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

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

border-color css

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

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

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