Html Css Color HEX #288768 Elf Green

📋 copy color: '#288768'

red 40 ◦ green 135 ◦ blue 104

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

Shades of Elf Green #288768

Tints of Elf Green #288768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.39%

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 14.34%
G = 48.39%
B = 37.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#288768 (or 0x288768) is known color: Elf Green. HEX triplet: 28, 87 and 68. RGB value is (40,135,104). Sum of RGB (Red+Green+Blue) = 40+135+104=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #288768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288768 is #D77897. Grayscale: #676767. Windows color (decimal): -14121112 or 6850344. OLE color: 6850344.

HSL color Cylindrical-coordinate representation of color #288768: hue angle of 160.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288768 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 135 104 -
CMYK 0.70 0 0.23 0.47
HSL 160.42º 0.54% 0.34% -
HSV(B) 160.42º 0.7% 0.53% -
XYZ 12.04 18.78 16.09 -
YUV 103.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 40 135 104 0.70 0 0.23 0.47 160.42 0.54 0.34
Hex 28 87 68 46 0 17 2F A0 36 22
Octal 50 207 150 106 0 27 57 240 66 42
Binary 101000 10000111 1101000 1000110 0 10111 101111 10100000 110110 100010

Color Harmonies of #288768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288768

Black with #288768

Text Example


Text Example

White with #288768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288768; }

 p { color: rgb(40,135,104); }

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

background-color css

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

 a { background-color: rgb(40,135,104); }

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

border-color css

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

 span { border-color: rgb(40,135,104); }

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