Html Css Color HEX #288269 Elf Green

📋 copy color: '#288269'

red 40 ◦ green 130 ◦ blue 105

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

Shades of Elf Green #288269

Tints of Elf Green #288269

RGB

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

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

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

R = 14.55%
G = 47.27%
B = 38.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#288269 (or 0x288269) is known color: Elf Green. HEX triplet: 28, 82 and 69. RGB value is (40,130,105). Sum of RGB (Red+Green+Blue) = 40+130+105=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #288269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288269 is #D77D96. Grayscale: #646464. Windows color (decimal): -14122391 or 6914600. OLE color: 6914600.

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

Color convert

RGB 40 130 105 -
CMYK 0.69 0 0.19 0.49
HSL 163.33º 0.53% 0.33% -
HSV(B) 163.33º 0.69% 0.51% -
XYZ 11.41 17.44 16.13 -
YUV 100.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 40 130 105 0.69 0 0.19 0.49 163.33 0.53 0.33
Hex 28 82 69 45 0 13 31 A3 35 21
Octal 50 202 151 105 0 23 61 243 65 41
Binary 101000 10000010 1101001 1000101 0 10011 110001 10100011 110101 100001

Color Harmonies of #288269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288269

Black with #288269

Text Example


Text Example

White with #288269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288269; }

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

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

background-color css

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

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

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

border-color css

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

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

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