Html Css Color HEX #288065 Elf Green

📋 copy color: '#288065'

red 40 ◦ green 128 ◦ blue 101

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

Shades of Elf Green #288065

Tints of Elf Green #288065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.58%

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

R = 14.87%
G = 47.58%
B = 37.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#288065 (or 0x288065) is known color: Elf Green. HEX triplet: 28, 80 and 65. RGB value is (40,128,101). Sum of RGB (Red+Green+Blue) = 40+128+101=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #288065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288065 is #D77F9A. Grayscale: #626262. Windows color (decimal): -14122907 or 6651944. OLE color: 6651944.

HSL color Cylindrical-coordinate representation of color #288065: hue angle of 161.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288065 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 101 -
CMYK 0.69 0 0.21 0.50
HSL 161.59º 0.52% 0.33% -
HSV(B) 161.59º 0.69% 0.5% -
XYZ 10.94 16.83 14.98 -
YUV 98.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 40 128 101 0.69 0 0.21 0.50 161.59 0.52 0.33
Hex 28 80 65 45 0 15 32 A2 34 21
Octal 50 200 145 105 0 25 62 242 64 41
Binary 101000 10000000 1100101 1000101 0 10101 110010 10100010 110100 100001

Color Harmonies of #288065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288065

Black with #288065

Text Example


Text Example

White with #288065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288065; }

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

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

background-color css

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

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

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

border-color css

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

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

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