Html Css Color HEX #288F72 Elf Green

📋 copy color: '#288F72'

red 40 ◦ green 143 ◦ blue 114

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

Shades of Elf Green #288F72

Tints of Elf Green #288F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 13.47%
G = 48.15%
B = 38.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#288F72 (or 0x288F72) is known color: Elf Green. HEX triplet: 28, 8F and 72. RGB value is (40,143,114). Sum of RGB (Red+Green+Blue) = 40+143+114=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #288F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F72 is #D7708D. Grayscale: #6C6C6C. Windows color (decimal): -14119054 or 7507752. OLE color: 7507752.

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

Color convert

RGB 40 143 114 -
CMYK 0.72 0 0.20 0.44
HSL 163.11º 0.56% 0.36% -
HSV(B) 163.11º 0.72% 0.56% -
XYZ 13.73 21.31 19.31 -
YUV 108.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 40 143 114 0.72 0 0.20 0.44 163.11 0.56 0.36
Hex 28 8F 72 48 0 14 2C A3 38 24
Octal 50 217 162 110 0 24 54 243 70 44
Binary 101000 10001111 1110010 1001000 0 10100 101100 10100011 111000 100100

Color Harmonies of #288F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F72

Black with #288F72

Text Example


Text Example

White with #288F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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