Html Css Color HEX #288362 Elf Green

📋 copy color: '#288362'

red 40 ◦ green 131 ◦ blue 98

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

Shades of Elf Green #288362

Tints of Elf Green #288362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 14.87%
G = 48.7%
B = 36.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#288362 (or 0x288362) is known color: Elf Green. HEX triplet: 28, 83 and 62. RGB value is (40,131,98). Sum of RGB (Red+Green+Blue) = 40+131+98=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #288362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288362 is #D77C9D. Grayscale: #646464. Windows color (decimal): -14122142 or 6456104. OLE color: 6456104.

HSL color Cylindrical-coordinate representation of color #288362: hue angle of 158.24º 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 #288362 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 131 98 -
CMYK 0.69 0 0.25 0.49
HSL 158.24º 0.53% 0.34% -
HSV(B) 158.24º 0.69% 0.51% -
XYZ 11.2 17.57 14.36 -
YUV 100.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 40 131 98 0.69 0 0.25 0.49 158.24 0.53 0.34
Hex 28 83 62 45 0 19 31 9E 35 22
Octal 50 203 142 105 0 31 61 236 65 42
Binary 101000 10000011 1100010 1000101 0 11001 110001 10011110 110101 100010

Color Harmonies of #288362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288362

Black with #288362

Text Example


Text Example

White with #288362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288362; }

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

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

background-color css

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

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

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

border-color css

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

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

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