Html Css Color HEX #288160 Elf Green

📋 copy color: '#288160'

red 40 ◦ green 129 ◦ blue 96

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

Shades of Elf Green #288160

Tints of Elf Green #288160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 15.09%
G = 48.68%
B = 36.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#288160 (or 0x288160) is known color: Elf Green. HEX triplet: 28, 81 and 60. RGB value is (40,129,96). Sum of RGB (Red+Green+Blue) = 40+129+96=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #288160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288160 is #D77E9F. Grayscale: #626262. Windows color (decimal): -14122656 or 6324520. OLE color: 6324520.

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

Color convert

RGB 40 129 96 -
CMYK 0.69 0 0.26 0.49
HSL 157.75º 0.53% 0.33% -
HSV(B) 157.75º 0.69% 0.51% -
XYZ 10.84 17 13.78 -
YUV 98.63 126.51 86.18 -
System Red Green Blue C M Y K H S L
Decimal 40 129 96 0.69 0 0.26 0.49 157.75 0.53 0.33
Hex 28 81 60 45 0 1A 31 9E 35 21
Octal 50 201 140 105 0 32 61 236 65 41
Binary 101000 10000001 1100000 1000101 0 11010 110001 10011110 110101 100001

Color Harmonies of #288160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288160

Black with #288160

Text Example


Text Example

White with #288160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288160; }

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

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

background-color css

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

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

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

border-color css

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

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

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