Html Css Color HEX #288569 Elf Green

📋 copy color: '#288569'

red 40 ◦ green 133 ◦ blue 105

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

Shades of Elf Green #288569

Tints of Elf Green #288569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

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

R = 14.39%
G = 47.84%
B = 37.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#288569 (or 0x288569) is known color: Elf Green. HEX triplet: 28, 85 and 69. RGB value is (40,133,105). Sum of RGB (Red+Green+Blue) = 40+133+105=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #288569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288569 is #D77A96. Grayscale: #666666. Windows color (decimal): -14121623 or 6915368. OLE color: 6915368.

HSL color Cylindrical-coordinate representation of color #288569: hue angle of 161.94º degrees, saturation: 0.54, 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 #288569 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 105 -
CMYK 0.70 0 0.21 0.48
HSL 161.94º 0.54% 0.34% -
HSV(B) 161.94º 0.7% 0.52% -
XYZ 11.81 18.25 16.26 -
YUV 102 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 40 133 105 0.70 0 0.21 0.48 161.94 0.54 0.34
Hex 28 85 69 46 0 15 30 A2 36 22
Octal 50 205 151 106 0 25 60 242 66 42
Binary 101000 10000101 1101001 1000110 0 10101 110000 10100010 110110 100010

Color Harmonies of #288569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288569

Black with #288569

Text Example


Text Example

White with #288569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288569; }

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

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

background-color css

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

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

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

border-color css

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

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

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