Html Css Color HEX #288A6C Elf Green

📋 copy color: '#288A6C'

red 40 ◦ green 138 ◦ blue 108

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

Shades of Elf Green #288A6C

Tints of Elf Green #288A6C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.25%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 13.99%
G = 48.25%
B = 37.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#288A6C (or 0x288A6C) is known color: Elf Green. HEX triplet: 28, 8A and 6C. RGB value is (40,138,108). Sum of RGB (Red+Green+Blue) = 40+138+108=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #288A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288A6C is #D77593. Grayscale: #696969. Windows color (decimal): -14120340 or 7113256. OLE color: 7113256.

HSL color Cylindrical-coordinate representation of color #288A6C: hue angle of 161.63º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A6C is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 138 108 -
CMYK 0.71 0 0.22 0.46
HSL 161.63º 0.55% 0.35% -
HSV(B) 161.63º 0.71% 0.54% -
XYZ 12.67 19.71 17.32 -
YUV 105.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 40 138 108 0.71 0 0.22 0.46 161.63 0.55 0.35
Hex 28 8A 6C 47 0 16 2E A2 37 23
Octal 50 212 154 107 0 26 56 242 67 43
Binary 101000 10001010 1101100 1000111 0 10110 101110 10100010 110111 100011

Color Harmonies of #288A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288A6C

Black with #288A6C

Text Example


Text Example

White with #288A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288A6C; }

 p { color: rgb(40,138,108); }

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

background-color css

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

 a { background-color: rgb(40,138,108); }

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

border-color css

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

 span { border-color: rgb(40,138,108); }

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