Html Css Color HEX #288361 Elf Green

📋 copy color: '#288361'

red 40 ◦ green 131 ◦ blue 97

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

Shades of Elf Green #288361

Tints of Elf Green #288361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.88%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 14.93%
G = 48.88%
B = 36.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#288361 (or 0x288361) is known color: Elf Green. HEX triplet: 28, 83 and 61. RGB value is (40,131,97). Sum of RGB (Red+Green+Blue) = 40+131+97=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #288361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288361 is #D77C9E. Grayscale: #636363. Windows color (decimal): -14122143 or 6390568. OLE color: 6390568.

HSL color Cylindrical-coordinate representation of color #288361: hue angle of 157.58º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288361 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 131 97 -
CMYK 0.69 0 0.26 0.49
HSL 157.58º 0.53% 0.34% -
HSV(B) 157.58º 0.69% 0.51% -
XYZ 11.15 17.55 14.11 -
YUV 99.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 40 131 97 0.69 0 0.26 0.49 157.58 0.53 0.34
Hex 28 83 61 45 0 1A 31 9E 35 22
Octal 50 203 141 105 0 32 61 236 65 42
Binary 101000 10000011 1100001 1000101 0 11010 110001 10011110 110101 100010

Color Harmonies of #288361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288361

Black with #288361

Text Example


Text Example

White with #288361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288361; }

 p { color: rgb(40,131,97); }

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

background-color css

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

 a { background-color: rgb(40,131,97); }

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

border-color css

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

 span { border-color: rgb(40,131,97); }

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