Html Css Color HEX #288F78 Elf Green

📋 copy color: '#288F78'

red 40 ◦ green 143 ◦ blue 120

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

Shades of Elf Green #288F78

Tints of Elf Green #288F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.19%

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 13.2%
G = 47.19%
B = 39.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#288F78 (or 0x288F78) is known color: Elf Green. HEX triplet: 28, 8F and 78. RGB value is (40,143,120). Sum of RGB (Red+Green+Blue) = 40+143+120=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 143 - color contains mainly: green. Hex color #288F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F78 is #D77087. Grayscale: #6D6D6D. Windows color (decimal): -14119048 or 7900968. OLE color: 7900968.

HSL color Cylindrical-coordinate representation of color #288F78: hue angle of 166.6º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F78 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 120 -
CMYK 0.72 0 0.16 0.44
HSL 166.6º 0.56% 0.36% -
HSV(B) 166.6º 0.72% 0.56% -
XYZ 14.09 21.45 21.17 -
YUV 109.58 133.88 78.37 -
System Red Green Blue C M Y K H S L
Decimal 40 143 120 0.72 0 0.16 0.44 166.6 0.56 0.36
Hex 28 8F 78 48 0 10 2C A7 38 24
Octal 50 217 170 110 0 20 54 247 70 44
Binary 101000 10001111 1111000 1001000 0 10000 101100 10100111 111000 100100

Color Harmonies of #288F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F78

Black with #288F78

Text Example


Text Example

White with #288F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288F78; }

 p { color: rgb(40,143,120); }

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

background-color css

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

 a { background-color: rgb(40,143,120); }

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

border-color css

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

 span { border-color: rgb(40,143,120); }

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