Html Css Color HEX #288064 Elf Green

📋 copy color: '#288064'

red 40 ◦ green 128 ◦ blue 100

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

Shades of Elf Green #288064

Tints of Elf Green #288064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

 BLUE value IS 100 (39.45% from 255) = 37.31%

R = 14.93%
G = 47.76%
B = 37.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#288064 (or 0x288064) is known color: Elf Green. HEX triplet: 28, 80 and 64. RGB value is (40,128,100). Sum of RGB (Red+Green+Blue) = 40+128+100=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #288064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288064 is #D77F9B. Grayscale: #626262. Windows color (decimal): -14122908 or 6586408. OLE color: 6586408.

HSL color Cylindrical-coordinate representation of color #288064: hue angle of 160.91º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288064 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 100 -
CMYK 0.69 0 0.22 0.50
HSL 160.91º 0.52% 0.33% -
HSV(B) 160.91º 0.69% 0.5% -
XYZ 10.89 16.81 14.73 -
YUV 98.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 40 128 100 0.69 0 0.22 0.50 160.91 0.52 0.33
Hex 28 80 64 45 0 16 32 A1 34 21
Octal 50 200 144 105 0 26 62 241 64 41
Binary 101000 10000000 1100100 1000101 0 10110 110010 10100001 110100 100001

Color Harmonies of #288064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288064

Black with #288064

Text Example


Text Example

White with #288064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288064; }

 p { color: rgb(40,128,100); }

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

background-color css

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

 a { background-color: rgb(40,128,100); }

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

border-color css

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

 span { border-color: rgb(40,128,100); }

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