Html Css Color HEX #288A64 Elf Green

📋 copy color: '#288A64'

red 40 ◦ green 138 ◦ blue 100

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

Shades of Elf Green #288A64

Tints of Elf Green #288A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.64%

 BLUE value IS 100 (39.45% from 255) = 35.97%

R = 14.39%
G = 49.64%
B = 35.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#288A64 (or 0x288A64) is known color: Elf Green. HEX triplet: 28, 8A and 64. RGB value is (40,138,100). Sum of RGB (Red+Green+Blue) = 40+138+100=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #288A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288A64 is #D7759B. Grayscale: #686868. Windows color (decimal): -14120348 or 6588968. OLE color: 6588968.

HSL color Cylindrical-coordinate representation of color #288A64: hue angle of 156.73º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A64 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 138 100 -
CMYK 0.71 0 0.28 0.46
HSL 156.73º 0.55% 0.35% -
HSV(B) 156.73º 0.71% 0.54% -
XYZ 12.26 19.55 15.18 -
YUV 104.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 40 138 100 0.71 0 0.28 0.46 156.73 0.55 0.35
Hex 28 8A 64 47 0 1C 2E 9D 37 23
Octal 50 212 144 107 0 34 56 235 67 43
Binary 101000 10001010 1100100 1000111 0 11100 101110 10011101 110111 100011

Color Harmonies of #288A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288A64

Black with #288A64

Text Example


Text Example

White with #288A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,138,100); }

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

background-color css

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

 a { background-color: rgb(40,138,100); }

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

border-color css

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

 span { border-color: rgb(40,138,100); }

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