Html Css Color HEX #288F6C Elf Green

📋 copy color: '#288F6C'

red 40 ◦ green 143 ◦ blue 108

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

Shades of Elf Green #288F6C

Tints of Elf Green #288F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 13.75%
G = 49.14%
B = 37.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#288F6C (or 0x288F6C) is known color: Elf Green. HEX triplet: 28, 8F and 6C. RGB value is (40,143,108). Sum of RGB (Red+Green+Blue) = 40+143+108=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #288F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F6C is #D77093. Grayscale: #6C6C6C. Windows color (decimal): -14119060 or 7114536. OLE color: 7114536.

HSL color Cylindrical-coordinate representation of color #288F6C: hue angle of 159.61º 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 #288F6C is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 108 -
CMYK 0.72 0 0.24 0.44
HSL 159.61º 0.56% 0.36% -
HSV(B) 159.61º 0.72% 0.56% -
XYZ 13.4 21.18 17.57 -
YUV 108.21 127.88 79.35 -
System Red Green Blue C M Y K H S L
Decimal 40 143 108 0.72 0 0.24 0.44 159.61 0.56 0.36
Hex 28 8F 6C 48 0 18 2C A0 38 24
Octal 50 217 154 110 0 30 54 240 70 44
Binary 101000 10001111 1101100 1001000 0 11000 101100 10100000 111000 100100

Color Harmonies of #288F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F6C

Black with #288F6C

Text Example


Text Example

White with #288F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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