Html Css Color HEX #288F69 Elf Green

📋 copy color: '#288F69'

red 40 ◦ green 143 ◦ blue 105

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

Shades of Elf Green #288F69

Tints of Elf Green #288F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 13.89%
G = 49.65%
B = 36.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#288F69 (or 0x288F69) is known color: Elf Green. HEX triplet: 28, 8F and 69. RGB value is (40,143,105). Sum of RGB (Red+Green+Blue) = 40+143+105=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #288F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F69 is #D77096. Grayscale: #6B6B6B. Windows color (decimal): -14119063 or 6917928. OLE color: 6917928.

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

Color convert

RGB 40 143 105 -
CMYK 0.72 0 0.27 0.44
HSL 157.86º 0.56% 0.36% -
HSV(B) 157.86º 0.72% 0.56% -
XYZ 13.25 21.12 16.74 -
YUV 107.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 40 143 105 0.72 0 0.27 0.44 157.86 0.56 0.36
Hex 28 8F 69 48 0 1B 2C 9E 38 24
Octal 50 217 151 110 0 33 54 236 70 44
Binary 101000 10001111 1101001 1001000 0 11011 101100 10011110 111000 100100

Color Harmonies of #288F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F69

Black with #288F69

Text Example


Text Example

White with #288F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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