Html Css Color HEX #288469 Elf Green

📋 copy color: '#288469'

red 40 ◦ green 132 ◦ blue 105

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

Shades of Elf Green #288469

Tints of Elf Green #288469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.65%

 BLUE value IS 105 (41.41% from 255) = 37.91%

R = 14.44%
G = 47.65%
B = 37.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#288469 (or 0x288469) is known color: Elf Green. HEX triplet: 28, 84 and 69. RGB value is (40,132,105). Sum of RGB (Red+Green+Blue) = 40+132+105=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #288469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288469 is #D77B96. Grayscale: #656565. Windows color (decimal): -14121879 or 6915112. OLE color: 6915112.

HSL color Cylindrical-coordinate representation of color #288469: hue angle of 162.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288469 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 132 105 -
CMYK 0.70 0 0.20 0.48
HSL 162.39º 0.53% 0.34% -
HSV(B) 162.39º 0.7% 0.52% -
XYZ 11.68 17.97 16.22 -
YUV 101.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 40 132 105 0.70 0 0.20 0.48 162.39 0.53 0.34
Hex 28 84 69 46 0 14 30 A2 35 22
Octal 50 204 151 106 0 24 60 242 65 42
Binary 101000 10000100 1101001 1000110 0 10100 110000 10100010 110101 100010

Color Harmonies of #288469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288469

Black with #288469

Text Example


Text Example

White with #288469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288469; }

 p { color: rgb(40,132,105); }

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

background-color css

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

 a { background-color: rgb(40,132,105); }

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

border-color css

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

 span { border-color: rgb(40,132,105); }

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