Html Css Color HEX #288262 Elf Green

📋 copy color: '#288262'

red 40 ◦ green 130 ◦ blue 98

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

Shades of Elf Green #288262

Tints of Elf Green #288262

RGB

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

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

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

R = 14.93%
G = 48.51%
B = 36.57%

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

#288262 (or 0x288262) is known color: Elf Green. HEX triplet: 28, 82 and 62. RGB value is (40,130,98). Sum of RGB (Red+Green+Blue) = 40+130+98=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #288262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288262 is #D77D9D. Grayscale: #636363. Windows color (decimal): -14122398 or 6455848. OLE color: 6455848.

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

Color convert

RGB 40 130 98 -
CMYK 0.69 0 0.25 0.49
HSL 158.67º 0.53% 0.33% -
HSV(B) 158.67º 0.69% 0.51% -
XYZ 11.06 17.3 14.31 -
YUV 99.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 40 130 98 0.69 0 0.25 0.49 158.67 0.53 0.33
Hex 28 82 62 45 0 19 31 9F 35 21
Octal 50 202 142 105 0 31 61 237 65 41
Binary 101000 10000010 1100010 1000101 0 11001 110001 10011111 110101 100001

Color Harmonies of #288262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288262

Black with #288262

Text Example


Text Example

White with #288262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288262; }

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

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

background-color css

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

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

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

border-color css

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

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

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