Html Css Color HEX #288965 Elf Green

📋 copy color: '#288965'

red 40 ◦ green 137 ◦ blue 101

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

Shades of Elf Green #288965

Tints of Elf Green #288965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.28%

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 14.39%
G = 49.28%
B = 36.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#288965 (or 0x288965) is known color: Elf Green. HEX triplet: 28, 89 and 65. RGB value is (40,137,101). Sum of RGB (Red+Green+Blue) = 40+137+101=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #288965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288965 is #D7769A. Grayscale: #676767. Windows color (decimal): -14120603 or 6654248. OLE color: 6654248.

HSL color Cylindrical-coordinate representation of color #288965: hue angle of 157.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 #288965 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 101 -
CMYK 0.71 0 0.26 0.46
HSL 157.73º 0.55% 0.35% -
HSV(B) 157.73º 0.71% 0.54% -
XYZ 12.17 19.28 15.39 -
YUV 103.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 40 137 101 0.71 0 0.26 0.46 157.73 0.55 0.35
Hex 28 89 65 47 0 1A 2E 9E 37 23
Octal 50 211 145 107 0 32 56 236 67 43
Binary 101000 10001001 1100101 1000111 0 11010 101110 10011110 110111 100011

Color Harmonies of #288965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288965

Black with #288965

Text Example


Text Example

White with #288965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288965; }

 p { color: rgb(40,137,101); }

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

background-color css

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

 a { background-color: rgb(40,137,101); }

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

border-color css

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

 span { border-color: rgb(40,137,101); }

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