Html Css Color HEX #288261 Elf Green

📋 copy color: '#288261'

red 40 ◦ green 130 ◦ blue 97

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

Shades of Elf Green #288261

Tints of Elf Green #288261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

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

R = 14.98%
G = 48.69%
B = 36.33%

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

#288261 (or 0x288261) is known color: Elf Green. HEX triplet: 28, 82 and 61. RGB value is (40,130,97). Sum of RGB (Red+Green+Blue) = 40+130+97=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #288261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288261 is #D77D9E. Grayscale: #636363. Windows color (decimal): -14122399 or 6390312. OLE color: 6390312.

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

Color convert

RGB 40 130 97 -
CMYK 0.69 0 0.25 0.49
HSL 158º 0.53% 0.33% -
HSV(B) 158º 0.69% 0.51% -
XYZ 11.02 17.28 14.06 -
YUV 99.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 40 130 97 0.69 0 0.25 0.49 158 0.53 0.33
Hex 28 82 61 45 0 19 31 9E 35 21
Octal 50 202 141 105 0 31 61 236 65 41
Binary 101000 10000010 1100001 1000101 0 11001 110001 10011110 110101 100001

Color Harmonies of #288261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288261

Black with #288261

Text Example


Text Example

White with #288261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288261; }

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

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

background-color css

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

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

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

border-color css

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

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

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