#288B6C

Color #288B6C Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #288B6C

Tints of Elf Green #288B6C

Color information

#288B6C (or 0x288B6C) is unknown color: approx Elf Green. HEX triplet: 28, 8B and 6C. RGB value is (40,139,108). Sum of RGB (Red+Green+Blue) = 40+139+108=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #288B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B6C is #D77493. Grayscale: #696969. Windows color (decimal): -14120084 or 7113512. OLE color: 7113512.

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

Color convert

RGB40139108-
CMYK0.7100.220.45
HSL161.21º55.31%35.1%-
HSV(B)161.21º71.22%54.51%-
XYZ12.812017.37-
YUV105.86129.281.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 139 (54.69% from 255) = 48.43%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=13.94%
G=48.43%
B=37.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401391080.7100.220.45161.2155.3135.1
Hex288B6C470162Da13723
Octal50213154107026552416743
Binary101000100010111101100100011101011010110110100001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #288B6C;
 }
 .AnyTagClassName
 {
   color: #288B6C;
 }
</style>
background-color css

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

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

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

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

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

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