Html Css Color HEX #288E6E Elf Green

📋 copy color: '#288E6E'

red 40 ◦ green 142 ◦ blue 110

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

Shades of Elf Green #288E6E

Tints of Elf Green #288E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.63%

 BLUE value IS 110 (43.36% from 255) = 37.67%

R = 13.7%
G = 48.63%
B = 37.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#288E6E (or 0x288E6E) is known color: Elf Green. HEX triplet: 28, 8E and 6E. RGB value is (40,142,110). Sum of RGB (Red+Green+Blue) = 40+142+110=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #288E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E6E is #D77191. Grayscale: #6B6B6B. Windows color (decimal): -14119314 or 7245352. OLE color: 7245352.

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

Color convert

RGB 40 142 110 -
CMYK 0.72 0 0.23 0.44
HSL 161.18º 0.56% 0.36% -
HSV(B) 161.18º 0.72% 0.56% -
XYZ 13.36 20.92 18.09 -
YUV 107.85 129.21 79.6 -
System Red Green Blue C M Y K H S L
Decimal 40 142 110 0.72 0 0.23 0.44 161.18 0.56 0.36
Hex 28 8E 6E 48 0 17 2C A1 38 24
Octal 50 216 156 110 0 27 54 241 70 44
Binary 101000 10001110 1101110 1001000 0 10111 101100 10100001 111000 100100

Color Harmonies of #288E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E6E

Black with #288E6E

Text Example


Text Example

White with #288E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,142,110); }

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

background-color css

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

 a { background-color: rgb(40,142,110); }

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

border-color css

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

 span { border-color: rgb(40,142,110); }

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